.ws-dropdown[data-v-33525fef] {
	position: relative;
	display: inline-block;
	padding: 0
}

.ws-dropdown-item.active a[data-v-33525fef],
.ws-dropdown.active[data-v-33525fef] :where(span, i) {
	color: var(--tertiary)
}

.ws-dropdown-title[data-v-33525fef] {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.ws-dropdown-title span[data-v-33525fef] {
	margin-right: 7px;
	font-size: 14px
}

.ws-dropdown-title i[data-v-33525fef] {
	font-size: .7rem
}

.ws-dropdown-list[data-v-33525fef] {
	position: absolute;
	top: 100%;
	right: 10px;
	width: -moz-max-content;
	width: max-content;
	background: var(--secondary);
	color: var(--primary);
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	z-index: 30;
	box-shadow: 0 0 3px rgba(0, 0, 0, .37);
	transition: max-height .3s ease;
	max-height: 0;
	overflow: hidden
}

.ws-dropdown-item[data-v-33525fef] {
	display: flex
}

.ws-dropdown-item a[data-v-33525fef] {
	color: var(--primary);
	text-decoration: none;
	padding: 10px 15px;
	width: 100%;
	transition: all .3s ease
}

@media (min-width:769px) {
	.ws-dropdown-item[data-v-33525fef]:hover {
		background: var(--primary)
	}

	.ws-dropdown-item:not(.active):hover a[data-v-33525fef] {
		color: var(--secondary)
	}

	.ws-dropdown:hover .ws-dropdown-list[data-v-33525fef] {
		opacity: 1;
		max-height: 90vh
	}

	.ws-dropdown:hover .ws-dropdown-title h3[data-v-33525fef] {
		color: var(--primary)
	}

	.ws-dropdown:hover .ws-dropdown-title i[data-v-33525fef] {
		opacity: .5
	}
}

@media (max-width:768px) {
	.ws-dropdown-list[data-v-33525fef] {
		background: none;
		box-shadow: none;
		left: 0;
		top: 0;
		width: 100%;
		margin: 0 auto
	}

	.ws-dropdown-list a[data-v-33525fef] {
		color: var(--secondary);
		font-weight: 400;
		opacity: .7
	}

	.ws-dropdown-list.show[data-v-33525fef] {
		position: relative;
		max-height: 1000px;
		opacity: 1
	}

	.ws-dropdown-item a[data-v-33525fef] {
		padding: 15px 20px
	}
}

.ws-navbar[data-v-02595b6c] {
	box-shadow: 0 0 10px rgba(0, 0, 0, .37);
	color: var(--secondary);
	z-index: 99 !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px
}

.ws-navbar img[data-v-02595b6c] {
	height: var(--logo-size, 30px);
	margin-right: 20px;
	-o-object-fit: cover;
	object-fit: cover
}

.ws-navbar-buttons[data-v-02595b6c] {
	display: flex;
	align-items: center
}

.ws-navbar-buttons .ws-navbar-button[data-v-02595b6c] {
	text-transform: uppercase;
	font-weight: 700;
	position: relative
}

.ws-navbar-buttons .ws-navbar-button a[data-v-02595b6c] {
	padding: 10px;
	cursor: pointer
}

.ws-navbar-buttons .ws-navbar-button span[data-v-02595b6c] {
	color: var(--secondary);
	font-size: 14px
}

.ws-navbar-buttons .ws-navbar-button[data-v-02595b6c]:not(:last-child) {
	margin-right: 15px
}

.ws-navbar-buttons .ws-navbar-button.active[data-v-02595b6c]:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 45%;
	height: 2px;
	background-color: var(--tertiary)
}

.ws-navbar-buttons .ws-navbar-button.active span[data-v-02595b6c] {
	color: var(--tertiary)
}

.ws-navbar-menu-button[data-v-02595b6c] {
	display: none;
	background: none;
	color: var(--secondary);
	border: none;
	padding: 0;
	margin: 0;
	font-size: 40px;
	cursor: pointer
}

.ws-navbar-menu-button.active[data-v-02595b6c] {
	position: fixed;
	z-index: 100;
	right: 25px
}

@media (max-width:768px) {
	.ws-navbar-menu-button[data-v-02595b6c] {
		display: block
	}

	.ws-navbar-buttons[data-v-02595b6c] {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		z-index: 99;
		display: none
	}

	.ws-navbar-buttons .ws-navbar-button[data-v-02595b6c]:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px
	}

	.ws-navbar-buttons .ws-navbar-button[data-v-02595b6c] span {
		font-size: 18px
	}

	.ws-navbar-buttons.active[data-v-02595b6c] {
		display: flex
	}
}

.ws-office-contact[data-v-18e74c24] {
	transition: max-height .3s ease-in-out;
	max-height: 1000px;
	padding-left: 5px;
	margin: 5px 0 10px 0
}

.ws-office-contact li[data-v-18e74c24]:not(:first-child) {
	margin-top: 5px
}

.ws-office-contact a[data-v-18e74c24] {
	font-size: .9rem;
	color: currentColor
}

.ws-office-contact a i[data-v-18e74c24] {
	font-size: .8rem;
	margin-right: 10px
}

.ws-office-contact li[data-id=address][data-v-18e74c24] {
	max-width: 300px
}

.ws-office-addresses[data-v-18e74c24] {
	margin: 15px 0;
	color: currentColor
}

.ws-office-addresses>li[data-v-18e74c24]:not(:first-child) {
	margin-top: 20px
}

.ws-address-label[data-v-18e74c24] {
	color: currentColor;
	cursor: pointer
}

.ws-address-label span[data-v-18e74c24] {
	text-transform: uppercase;
	font-size: 1.1rem
}

.ws-address-label i[data-v-18e74c24] {
	margin-left: 5px;
	font-size: .8rem;
	transition: transform .3s ease-in-out
}

.ws-address-checkbox:checked~ul[data-v-18e74c24] {
	max-height: 0;
	overflow: hidden
}

.ws-address-checkbox:checked~label i[data-v-18e74c24] {
	transform: rotate(180deg)
}

.ws-address-checkbox:checked~label[data-v-18e74c24] {
	border-bottom: 0
}

.ws-footer[data-v-46a4490c] {
	color: var(--secondary);
	padding: 20px 40px;
	text-align: center
}

.ws-footer hr[data-v-46a4490c] {
	margin: 20px auto 25px;
	width: 85%
}

.ws-footer-group-content[data-v-46a4490c],
.ws-footer-group[data-v-46a4490c],
.ws-footer-subgroup[data-v-46a4490c] {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	font-size: .8rem
}

.ws-footer-group-content[data-v-46a4490c]>:not(span, :first-child),
.ws-footer-subgroup[data-v-46a4490c]>:not(:first-child) {
	margin-top: 15px
}

.ws-footer-header i[data-v-46a4490c] {
	font-size: 3rem;
	color: var(--secondary);
	margin-bottom: 15px
}

.ws-footer-header h2[data-v-46a4490c] {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.2
}

.ws-footer-content[data-v-46a4490c] {
	display: grid;
	grid-template-columns: repeat(4, auto);
	padding: 50px 30px 10px
}

.ws-footer-content[data-v-46a4490c]>:not(:last-child) {
	margin-right: 30px
}

.ws-footer-group>span[data-v-46a4490c] {
	text-transform: uppercase;
	font-size: .85rem;
	color: var(--tertiary);
	font-weight: 700;
	margin-bottom: 5px
}

.ws-footer-group-content.social img[data-v-46a4490c] {
	width: 100%;
	max-width: 150px
}

.ws-footer-group-content.social p[data-v-46a4490c] {
	font-size: .65rem;
	white-space: inherit;
	max-width: 150px
}

.ws-office-contact li[data-v-46a4490c]:not(:first-child) {
	margin-top: 8px
}

.ws-office-contact li[data-v-46a4490c] :where(a, i, span) {
	color: var(--secondary)
}

.ws-office-contact li[data-v-46a4490c]:hover :where(a, i, span) {
	color: var(--tertiary)
}

.ws-office-contact li i[data-v-46a4490c] {
	margin-right: 5px
}

.ws-user-operation li[data-v-46a4490c] {
	display: flex;
	justify-content: space-between
}

.ws-user-operation li span[data-v-46a4490c]:first-child {
	margin-right: 20px
}

.ws-user-operation span[data-v-46a4490c] {
	color: var(--secondary)
}

.ws-footer .powered-by[data-v-46a4490c] {
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center
}

.ws-footer .powered-by span[data-v-46a4490c] {
	font-size: .75rem;
	margin-right: 10px;
	color: var(--secondary)
}

.ws-footer .powered-by img[data-v-46a4490c] {
	width: 70px
}

.ws-office-contact li[data-id=address][data-v-46a4490c] {
	max-width: 300px
}

.ws-footer-links li[data-v-46a4490c] {
	cursor: pointer;
	margin-bottom: 3px
}

.ws-footer-links li[data-v-46a4490c]:hover {
	color: var(--tertiary)
}

[data-v-46a4490c] .ws-office-addresses {
	margin: 0
}

[data-v-46a4490c] .ws-office-addresses>li:not(:first-child) {
	margin-top: 5px
}

[data-v-46a4490c] .ws-address-label span {
	font-size: .8rem
}

[data-v-46a4490c] .ws-address-label i {
	font-size: .7rem
}

@media (max-width:768px) {
	.ws-footer-content[data-v-46a4490c] {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.ws-footer-content[data-v-46a4490c]>:not(:last-child) {
		margin-right: 0
	}

	.ws-footer-content[data-v-46a4490c]>:not(:first-child) {
		margin-top: 20px
	}

	.ws-footer-group-content[data-v-46a4490c],
	.ws-footer-group[data-v-46a4490c] {
		text-align: center;
		align-items: center
	}
}

.wa-widget[data-v-11a94d36] {
	position: fixed;
	z-index: 98;
	right: 20px;
	bottom: 20px
}

.wa-widget-icon[data-v-11a94d36] {
	padding: 0 10px;
	text-align: center !important;
	height: 50px;
	min-width: 50px;
	border-radius: 25px;
	visibility: visible;
	transition: none !important;
	background-color: #4dc247;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

.wa-widget.empty .wa-widget-icon[data-v-11a94d36] {
	max-width: 50px
}

.wa-widget-icon i[data-v-11a94d36] {
	font-size: 1.7rem
}

.wa-widget-icon span[data-v-11a94d36] {
	margin-left: 10px;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	max-width: 200px;
	transition: all .5s ease-in-out;
	transition-delay: .5s
}

.wa-widget-icon span[data-v-11a94d36]:empty {
	display: none
}

.wa-widget:hover .wa-widget-icon span[data-v-11a94d36] {
	max-width: 200px !important;
	margin-left: 10px !important;
	visibility: visible
}

.website-container[data-v-2b6d6150] {
	display: flex;
	flex-direction: column;
	height: 100%
}

.website-container main[data-v-2b6d6150] {
	flex: 1
}

* {
	box-sizing: border-box
}

:after,
:before {
	box-sizing: content-box
}

body,
h1,
h2,
li,
p,
ul {
	padding: 0;
	margin: 0;
	font-weight: revert;
	line-height: normal;
	color: inherit
}

svg {
	fill: currentColor
}

ul {
	list-style: none
}

textarea {
	resize: vertical
}

a,
a:focus,
a:hover {
	text-decoration: none
}

:not(i) {
	font-family: var(--font-normal)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	word-break: break-word
}

:where(h1, h2, h3, h4, h5, h6)>b,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-serif) !important
}

fieldset {
	border: none;
	padding: 0;
	margin: 0
}

input,
select,
textarea {
	border: none;
	outline: none;
	background: hsla(0, 0%, 78.8%, .38823529411764707);
	color: rgba(90, 91, 91, .9803921568627451);
	border-radius: 3px;
	padding: 10px;
	margin: 10px;
	width: 100%
}

hr {
	border: 1.5px solid var(--tertiary);
	opacity: .5
}

.ws-btn {
	border: 1px solid var(--secondary);
	background: none;
	color: var(--secondary);
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 500;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.ws-btn:hover {
	background: var(--secondary);
	color: var(--primary)
}

.ws-btn.ws-btn-secondary {
	color: var(--primary);
	border: 1px solid var(--primary)
}

.ws-btn.ws-btn-full,
.ws-btn.ws-btn-secondary:hover {
	background: var(--primary);
	color: var(--secondary)
}

.ws-btn.ws-btn-full:hover {
	background: transparent;
	color: var(--primary);
	border: 1px solid var(--primary)
}

a {
	cursor: pointer
}

.ws-form .ws-form-group {
	display: flex;
	justify-content: space-between
}

.ws-form .ws-btn {
	margin: 0 auto;
	display: block;
	margin-top: 20px;
	font-size: 1rem !important;
	min-width: 250px
}

.ws-content-wrapper {
	max-width: 1015px;
	margin: 0 auto
}

.ws-header {
	text-align: center;
	max-width: 380px;
	margin: 0 auto 20px auto
}

.ws-header h2 {
	text-transform: uppercase;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	color: var(--tertiary);
	font-family: var(--font-normal) !important;
	margin-bottom: 3px
}

.ws-header h3 {
	font-size: 1.95rem;
	font-weight: 550;
	line-height: 1.2;
	margin: 0
}

.ws-header p {
	max-width: 360px;
	margin: 0 auto;
	font-weight: lighter;
	font-size: .86rem;
	margin-top: 5px
}

.ws-container .ws-content-wrapper {
	padding: 60px
}

.ws-filter {
	position: relative;
	z-index: 1
}

.ws-filter:after,
.ws-filter:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.ws-filter:after {
	background: var(--primary);
	opacity: .85
}

.ws-filter :where(p, small, li, a, h1, h2, h3) {
	color: var(--secondary)
}

.ws-texture:before {
	background-image: var(--global-texture, url(../img/background-texture.cbbfa753.jpg));
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: .6
}

.ws-texture.ws-filter:after {
	opacity: 1;
	mix-blend-mode: color
}

.ws-image-deco {
	width: -moz-max-content;
	width: max-content;
	position: relative;
	z-index: 1
}

.ws-image-deco:after,
.ws-image-deco:before {
	content: "";
	position: absolute;
	width: 80%;
	aspect-ratio: 1/1;
	z-index: -1;
	border: 1px solid
}

.ws-image-deco:before {
	border-color: var(--secondary);
	top: -25px;
	right: -25px
}

.ws-image-deco:after {
	border-color: var(--tertiary);
	bottom: -25px;
	left: -25px
}

.hooper {
	height: 100% !important
}

.hooper-next,
.hooper-prev {
	border-radius: 100% !important;
	border: 2px solid var(--secondary) !important;
	display: grid;
	place-content: center;
	width: 25px;
	height: 25px;
	transition: all .3s ease
}

:where(.hooper-prev, .hooper-next) svg {
	fill: var(--secondary)
}

.hooper-next:hover,
.hooper-prev:hover {
	opacity: .5 !important
}

.hooper-prev {
	left: -15px !important
}

.hooper-next {
	right: -15px !important
}

.hooper-slide {
	transition: all .3s ease !important;
	transform: scale(.8) !important;
	display: flex !important;
	height: auto !important
}

.hooper-slide.is-current {
	transform: scale(1) !important
}

.ws-office-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -5px
}

.ws-office-social a {
	margin: 5px;
	transition: all .3s ease;
	background: var(--tertiary);
	border-radius: 100%;
	padding: 10px;
	display: grid;
	place-content: center;
	width: 25px;
	height: 25px
}

.ws-office-social a:hover {
	transform: scale(1.1)
}

.ws-office-social a i {
	font-size: 15px;
	color: var(--secondary)
}

.load-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.v-enter,
.v-leave-to {
	opacity: 0
}

.v-enter {
	transform: translate3d(0, -20px, 0)
}

.v-leave {
	transform: translate3d(0, 20px, 0)
}

.list-enter,
.list-leave-to {
	opacity: 0;
	transform: translate3d(20px, 0, 0)
}

.fade-enter,
.fade-leave-to {
	opacity: .85;
	transform: scale(.85)
}

.fade-ender-active,
.fade-leave-active,
.list-enter-active,
.list-leave-active,
.v-enter-active,
.v-leave-active {
	transition: all .3s
}

@media (max-width:768px) {
	.ws-container .ws-content-wrapper {
		padding: 40px
	}

	.ws-container.help .ws-content-wrapper,
	.ws-container.video .ws-content-wrapper {
		padding: 40px 15px
	}

	.ws-header h2 {
		font-size: .9rem
	}

	.ws-header h3 {
		font-size: 1.9rem
	}

	.ws-container.team {
		overflow: hidden
	}

	.hooper-list {
		overflow: inherit !important
	}

	.hooper-next,
	.hooper-prev {
		display: none !important
	}
}

.loading[data-v-544877e7] {
	text-align: center;
	margin-top: 80px
}

.loading span[data-v-544877e7] {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: var(--text-lighted);
	margin: 4px;
	animation: dots-544877e7 .6s cubic-bezier(.6, .1, 1, .4) infinite alternate
}

.loading span[data-v-544877e7]:first-child {
	animation-delay: .1s
}

.loading span[data-v-544877e7]:nth-child(2) {
	animation-delay: .2s
}

.loading span[data-v-544877e7]:nth-child(3) {
	animation-delay: .3s
}

.loading span[data-v-544877e7]:nth-child(4) {
	animation-delay: .4s
}

@keyframes dots-544877e7 {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(0, 30px, 0)
	}
}