html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	vertical-align: baseline;
	display: inline-block;
}
audio:not([controls]) {
	height: 0;
	display: none;
}
 [hidden], template {
 display: none;
}
a {
	background-color: rgba(0, 0, 0, 0);
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub, sup {
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
* {
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
	color: #333;
	background-color: #fff;
	margin: 0;
	font-family: 'PoppinsRegular';
	font-size: 14px;
	line-height: 20px;
}
img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
html.w-mod-touch * {
	background-attachment: scroll !important;
}
.w-block {
	display: block;
}
.w-inline-block {
	max-width: 100%;
	display: inline-block;
}
.w-clearfix:before, .w-clearfix:after {
	content: " ";
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}
.w-clearfix:after {
	clear: both;
}
.w-hidden {
	display: none;
}
.w-button {
	color: #fff;
	line-height: inherit;
	cursor: pointer;
	background-color: #3898ec;
	border: 0;
	border-radius: 0;
	padding: 9px 15px;
	text-decoration: none;
	display: inline-block;
}
input.w-button {
	-webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
	color: rgba(0, 0, 0, 0) !important;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: bold;
}
h1 {
	margin-top: 20px;
	font-size: 38px;
	line-height: 44px;
}
h2 {
	margin-top: 20px;
	font-size: 32px;
	line-height: 36px;
}
h3 {
	margin-top: 20px;
	font-size: 24px;
	line-height: 30px;
}
h4 {
	margin-top: 10px;
	font-size: 18px;
	line-height: 24px;
}
h5 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}
h6 {
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}
blockquote {
	border-left: 5px solid #e2e2e2;
	margin: 0 0 10px;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 22px;
}
figure {
	margin: 0 0 10px;
}
figcaption {
	text-align: center;
	margin-top: 5px;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 40px;
}
.w-list-unstyled {
	padding-left: 0;
	list-style: none;
}
.w-embed:before, .w-embed:after {
	content: " ";
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}
.w-embed:after {
	clear: both;
}
.w-video {
	width: 100%;
	padding: 0;
	position: relative;
}
.w-video iframe, .w-video object, .w-video embed {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
 button, [type="button"], [type="reset"] {
 cursor: pointer;
 -webkit-appearance: button;
 border: 0;
}
.w-form {
	margin: 0 0 15px;
}
.w-form-done {
	text-align: center;
	background-color: #ddd;
	padding: 20px;
	display: none;
}
.w-form-fail {
	background-color: #ffdede;
	margin-top: 10px;
	padding: 10px;
	display: none;
}
label {
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}
.w-input, .w-select {
	width: 100%;
	height: 38px;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857;
	display: block;
}
 .w-input:-moz-placeholder, .w-select:-moz-placeholder {
 color: #999;
}
 .w-input::-moz-placeholder, .w-select::-moz-placeholder {
 color: #999;
 opacity: 1;
}
 .w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
 color: #999;
}
.w-input:focus, .w-select:focus {
	border-color: #3898ec;
	outline: 0;
}
.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
	cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
	background-color: #eee;
}
textarea.w-input, textarea.w-select {
	height: auto;
}
.w-select {
	background-color: #f3f3f3;
}
.w-select[multiple] {
	height: auto;
}
.w-form-label {
	cursor: pointer;
	margin-bottom: 0;
	font-weight: normal;
	display: inline-block;
}
.w-radio {
	margin-bottom: 5px;
	padding-left: 20px;
	display: block;
}
.w-radio:before, .w-radio:after {
	content: " ";
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}
.w-radio:after {
	clear: both;
}
.w-radio-input {
	float: left;
	margin: 3px 0 0 -20px;
	line-height: normal;
}
.w-file-upload {
	margin-bottom: 10px;
	display: block;
}
.w-file-upload-input {
	width: .1px;
	height: .1px;
	opacity: 0;
	z-index: -100;
	position: absolute;
	overflow: hidden;
}
.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
	color: #333;
	display: inline-block;
}
.w-file-upload-error {
	margin-top: 10px;
	display: block;
}
.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
	display: none;
}
.w-file-upload-uploading-btn {
	cursor: pointer;
	background-color: #fafafa;
	border: 1px solid #ccc;
	margin: 0;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: normal;
	display: flex;
}
.w-file-upload-file {
	background-color: #fafafa;
	border: 1px solid #ccc;
	flex-grow: 1;
	justify-content: space-between;
	margin: 0;
	padding: 8px 9px 8px 11px;
	display: flex;
}
.w-file-upload-file-name {
	font-size: 14px;
	font-weight: normal;
	display: block;
}
.w-file-remove-link {
	width: auto;
	height: auto;
	cursor: pointer;
	margin-top: 3px;
	margin-left: 10px;
	padding: 3px;
	display: block;
}
.w-icon-file-upload-remove {
	margin: auto;
	font-size: 10px;
}
.w-file-upload-error-msg {
	color: #ea384c;
	padding: 2px 0;
	display: inline-block;
}
.w-file-upload-info {
	padding: 0 12px;
	line-height: 38px;
	display: inline-block;
}
.w-file-upload-label {
	cursor: pointer;
	background-color: #fafafa;
	border: 1px solid #ccc;
	margin: 0;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}
.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
	width: 20px;
	margin-right: 8px;
	display: inline-block;
}
.w-icon-file-upload-uploading {
	height: 20px;
}
.w-container {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.w-container:before, .w-container:after {
	content: " ";
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}
.w-container:after {
	clear: both;
}
.w-container .w-row {
	margin-left: -10px;
	margin-right: -10px;
}
.w-row:before, .w-row:after {
	content: " ";
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}
.w-row:after {
	clear: both;
}
.w-row .w-row {
	margin-left: 0;
	margin-right: 0;
}
.w-col {
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.w-col .w-col {
	padding-left: 0;
	padding-right: 0;
}
.w-col-1 {
	width: 8.33333%;
}
.w-col-2 {
	width: 16.6667%;
}
.w-col-3 {
	width: 25%;
}
.w-col-4 {
	width: 33.3333%;
}
.w-col-5 {
	width: 41.6667%;
}
.w-col-6 {
	width: 50%;
}
.w-col-7 {
	width: 58.3333%;
}
.w-col-8 {
	width: 66.6667%;
}
.w-col-9 {
	width: 75%;
}
.w-col-10 {
	width: 83.3333%;
}
.w-col-11 {
	width: 91.6667%;
}
.w-col-12 {
	width: 100%;
}
.w-hidden-main {
	display: none !important;
}
 @media screen and (max-width: 991px) {
.w-container {
	max-width: 728px;
}
.w-hidden-main {
	display: inherit !important;
}
.w-hidden-medium {
	display: none !important;
}
.w-col-medium-1 {
	width: 8.33333%;
}
.w-col-medium-2 {
	width: 16.6667%;
}
.w-col-medium-3 {
	width: 25%;
}
.w-col-medium-4 {
	width: 33.3333%;
}
.w-col-medium-5 {
	width: 41.6667%;
}
.w-col-medium-6 {
	width: 50%;
}
.w-col-medium-7 {
	width: 58.3333%;
}
.w-col-medium-8 {
	width: 66.6667%;
}
.w-col-medium-9 {
	width: 75%;
}
.w-col-medium-10 {
	width: 83.3333%;
}
.w-col-medium-11 {
	width: 91.6667%;
}
.w-col-medium-12 {
	width: 100%;
}
.w-col-stack {
	width: 100%;
	left: auto;
	right: auto;
}
}
 @media screen and (max-width: 767px) {
.w-hidden-main, .w-hidden-medium {
	display: inherit !important;
}
.w-hidden-small {
	display: none !important;
}
.w-row, .w-container .w-row {
	margin-left: 0;
	margin-right: 0;
}
.w-col {
	width: 100%;
	left: auto;
	right: auto;
}
.w-col-small-1 {
	width: 8.33333%;
}
.w-col-small-2 {
	width: 16.6667%;
}
.w-col-small-3 {
	width: 25%;
}
.w-col-small-4 {
	width: 33.3333%;
}
.w-col-small-5 {
	width: 41.6667%;
}
.w-col-small-6 {
	width: 50%;
}
.w-col-small-7 {
	width: 58.3333%;
}
.w-col-small-8 {
	width: 66.6667%;
}
.w-col-small-9 {
	width: 75%;
}
.w-col-small-10 {
	width: 83.3333%;
}
.w-col-small-11 {
	width: 91.6667%;
}
.w-col-small-12 {
	width: 100%;
}
}
 @media screen and (max-width: 479px) {
.w-container {
	max-width: none;
}
.w-hidden-main, .w-hidden-medium, .w-hidden-small {
	display: inherit !important;
}
.w-hidden-tiny {
	display: none !important;
}
.w-col {
	width: 100%;
}
.w-col-tiny-1 {
	width: 8.33333%;
}
.w-col-tiny-2 {
	width: 16.6667%;
}
.w-col-tiny-3 {
	width: 25%;
}
.w-col-tiny-4 {
	width: 33.3333%;
}
.w-col-tiny-5 {
	width: 41.6667%;
}
.w-col-tiny-6 {
	width: 50%;
}
.w-col-tiny-7 {
	width: 58.3333%;
}
.w-col-tiny-8 {
	width: 66.6667%;
}
.w-col-tiny-9 {
	width: 75%;
}
.w-col-tiny-10 {
	width: 83.3333%;
}
.w-col-tiny-11 {
	width: 91.6667%;
}
.w-col-tiny-12 {
	width: 100%;
}
}
.w-widget {
	position: relative;
}
.w-widget-map {
	width: 100%;
	height: 400px;
}
.w-widget-map label {
	width: auto;
	display: inline;
}
.w-widget-map img {
	max-width: inherit;
}
.w-widget-map .gm-style-iw {
	text-align: center;
}
.w-widget-map .gm-style-iw > button {
	display: none !important;
}
.w-widget-twitter {
	overflow: hidden;
}
.w-widget-twitter-count-shim {
	vertical-align: top;
	width: 28px;
	height: 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #758696;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
.w-widget-twitter-count-shim * {
	pointer-events: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
	text-align: center;
	color: #999;
	font-family: serif;
	font-size: 15px;
	line-height: 12px;
	position: relative;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
	display: block;
	position: relative;
}
.w-widget-twitter-count-shim.w--large {
	width: 36px;
	height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
	font-size: 18px;
	line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
	margin-left: 5px;
	margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
	margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border: solid rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	left: 0;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
	border-width: 4px;
	border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
	margin-top: -4px;
	margin-left: -9px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
	border-width: 5px;
	margin-top: -5px;
	margin-left: -10px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
	border-width: 4px;
	border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	margin-top: -4px;
	margin-left: -8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
	border-width: 5px;
	margin-top: -5px;
	margin-left: -9px;
}
.w-widget-twitter-count-shim.w--vertical {
	width: 61px;
	height: 33px;
	margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border: solid rgba(0, 0, 0, 0);
	position: absolute;
	top: 100%;
	left: 50%;
}
.w-widget-twitter-count-shim.w--vertical:before {
	border-width: 5px;
	border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
	margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
	border-width: 4px;
	border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
	font-size: 18px;
	line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
	width: 76px;
}
.w-background-video {
	height: 500px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.w-background-video > video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -100;
	background-position: 50%;
	background-size: cover;
	margin: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
}
 .w-background-video > video::-webkit-media-controls-start-playback-button {
 -webkit-appearance: none;
 display: none !important;
}
.w-background-video--control {
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	position: absolute;
	bottom: 1em;
	right: 1em;
}
 .w-background-video--control > [hidden] {
 display: none !important;
}
.w-slider {
	height: 300px;
	text-align: center;
	clear: both;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	background: #ddd;
	position: relative;
}
.w-slider-mask {
	z-index: 1;
	height: 100%;
	white-space: nowrap;
	display: block;
	position: relative;
	left: 0;
	right: 0;
	overflow: hidden;
}
.w-slide {
	vertical-align: top;
	width: 100%;
	height: 100%;
	white-space: normal;
	text-align: left;
	display: inline-block;
	position: relative;
}
.w-slider-nav {
	z-index: 2;
	height: 40px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	margin: auto;
	padding-top: 10px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}
.w-slider-nav.w-round > div {
	border-radius: 100%;
}
.w-slider-nav.w-num > div {
	width: auto;
	height: auto;
	font-size: inherit;
	line-height: inherit;
	padding: .2em .5em;
}
.w-slider-nav.w-shadow > div {
	box-shadow: 0 0 3px rgba(51, 51, 51, .4);
}
.w-slider-nav-invert {
	color: #fff;
}
.w-slider-nav-invert > div {
	background-color: rgba(34, 34, 34, .4);
}
.w-slider-nav-invert > div.w-active {
	background-color: #222;
}
.w-slider-dot {
	width: 1em;
	height: 1em;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .4);
	margin: 0 3px .5em;
	transition: background-color .1s, color .1s;
	display: inline-block;
	position: relative;
}
.w-slider-dot.w-active {
	background-color: #fff;
}
.w-slider-dot:focus {
	outline: none;
	box-shadow: 0 0 0 2px #fff;
}
.w-slider-dot:focus.w-active {
	box-shadow: none;
}
.w-slider-arrow-left, .w-slider-arrow-right {
	width: 80px;
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: auto;
	font-size: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
	position: absolute;
}
.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
	outline: 0;
}
.w-slider-arrow-left {
	z-index: 3;
	right: auto;
}
.w-slider-arrow-right {
	z-index: 4;
	left: auto;
}
.w-icon-slider-left, .w-icon-slider-right {
	width: 1em;
	height: 1em;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.w-slider-aria-label {
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	border: 0;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
}
.w-slider-force-show {
	display: block !important;
}
.w-dropdown {
	text-align: left;
	z-index: 900;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	position: relative;
}
.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
	vertical-align: top;
	color: #222;
	text-align: left;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-decoration: none;
	position: relative;
}
.w-dropdown-toggle {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	padding-right: 40px;
	display: inline-block;
}
.w-dropdown-toggle:focus {
	outline: 0;
}
.w-icon-dropdown-toggle {
	width: 1em;
	height: 1em;
	margin: auto 20px auto auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.w-dropdown-list {
	min-width: 100%;
	background: #ddd;
	display: none;
	position: absolute;
}
.w-dropdown-list.w--open {
	display: block;
}
.w-dropdown-link {
	color: #222;
	padding: 10px 20px;
	display: block;
}
.w-dropdown-link.w--current {
	color: #0082f3;
}
.w-dropdown-link:focus {
	outline: 0;
}
 @media screen and (max-width: 767px) {
.w-nav-brand {
	padding-left: 10px;
}
}
.w-lightbox-backdrop {
	cursor: auto;
	letter-spacing: normal;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	visibility: visible;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	color: #fff;
	text-align: center;
	z-index: 2000;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-tap-highlight-color: transparent;
	background: rgba(0, 0, 0, .9);
	outline: 0;
	font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	list-style: disc;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate(0);
}
.w-lightbox-backdrop, .w-lightbox-container {
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.w-lightbox-content {
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.w-lightbox-view {
	width: 100vw;
	height: 100vh;
	opacity: 0;
	position: absolute;
}
.w-lightbox-view:before {
	content: "";
	height: 100vh;
}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
	height: 86vh;
}
.w-lightbox-frame, .w-lightbox-view:before {
	vertical-align: middle;
	display: inline-block;
}
.w-lightbox-figure {
	margin: 0;
	position: relative;
}
.w-lightbox-group .w-lightbox-figure {
	cursor: pointer;
}
.w-lightbox-img {
	width: auto;
	height: auto;
	max-width: none;
}
.w-lightbox-image {
	float: none;
	max-width: 100vw;
	max-height: 100vh;
	display: block;
}
.w-lightbox-group .w-lightbox-image {
	max-height: 86vh;
}
.w-lightbox-caption {
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(0, 0, 0, .4);
	padding: .5em 1em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.w-lightbox-embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.w-lightbox-control {
	width: 4em;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	transition: all .3s;
	position: absolute;
	top: 0;
}
.w-lightbox-left {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
	display: none;
	bottom: 0;
	left: 0;
}
.w-lightbox-right {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
	display: none;
	bottom: 0;
	right: 0;
}
.w-lightbox-close {
	height: 2.6em;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
	background-size: 18px;
	right: 0;
}
.w-lightbox-strip {
	white-space: nowrap;
	padding: 0 1vh;
	line-height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-x: auto;
	overflow-y: hidden;
}
.w-lightbox-item {
	width: 10vh;
	box-sizing: content-box;
	cursor: pointer;
	padding: 2vh 1vh;
	display: inline-block;
	-webkit-transform: translate3d(0, 0, 0);
}
.w-lightbox-active {
	opacity: .3;
}
.w-lightbox-thumbnail {
	height: 10vh;
	background: #222;
	position: relative;
	overflow: hidden;
}
.w-lightbox-thumbnail-image {
	position: absolute;
	top: 0;
	left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
	height: 100%;
	left: 50%;
	transform: translate(-50%);
}
.w-lightbox-spinner {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 5px solid rgba(0, 0, 0, .4);
	border-radius: 50%;
	margin-top: -20px;
	margin-left: -20px;
	animation: .8s linear infinite spin;
	position: absolute;
	top: 50%;
	left: 50%;
}
.w-lightbox-spinner:after {
	content: "";
	border: 3px solid rgba(0, 0, 0, 0);
	border-bottom-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px;
}
.w-lightbox-hide {
	display: none;
}
.w-lightbox-noscroll {
	overflow: hidden;
}
 @media (min-width: 768px) {
.w-lightbox-content {
	height: 96vh;
	margin-top: 2vh;
}
.w-lightbox-view, .w-lightbox-view:before {
	height: 96vh;
}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
	height: 84vh;
}
.w-lightbox-image {
	max-width: 96vw;
	max-height: 96vh;
}
.w-lightbox-group .w-lightbox-image {
	max-width: 82.3vw;
	max-height: 84vh;
}
.w-lightbox-left, .w-lightbox-right {
	opacity: .5;
	display: block;
}
.w-lightbox-close {
	opacity: .8;
}
.w-lightbox-control:hover {
	opacity: 1;
}
}
.w-lightbox-inactive, .w-lightbox-inactive:hover {
	opacity: 0;
}
.w-richtext:before, .w-richtext:after {
	content: " ";
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}
.w-richtext:after {
	clear: both;
}
.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
	white-space: initial;
}
.w-richtext ol, .w-richtext ul {
	overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
	outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.w-richtext figure {
	max-width: 60%;
	position: relative;
}
.w-richtext figure > div:before {
	cursor: default !important;
}
.w-richtext figure img {
	width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
	opacity: .6;
}
.w-richtext figure div {
	color: rgba(0, 0, 0, 0);
	font-size: 0;
}
.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
	display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
	display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
	caption-side: bottom;
	display: table-caption;
}
.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
	width: 60%;
	height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
	width: 100%;
}
.w-richtext figure.w-richtext-align-center {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
	max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
	clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
	width: 100%;
	max-width: 100%;
	text-align: center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
	padding-bottom: inherit;
	display: inline-block;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
	display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
	float: left;
	clear: none;
	margin-right: 15px;
}
.w-richtext figure.w-richtext-align-floatright {
	float: right;
	clear: none;
	margin-left: 15px;
}
.w-nav {
	z-index: 1000;
	background: #ddd;
	position: relative;
}
.w-nav:before, .w-nav:after {
	content: " ";
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}
.w-nav:after {
	clear: both;
}
.w-nav-brand {
	float: left;
	color: #333;
	text-decoration: none;
	position: relative;
}
.w-nav-link {
	vertical-align: top;
	color: #222;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.w-nav-link.w--current {
	color: #0082f3;
}
.w-nav-menu {
	float: right;
	position: relative;
}
 [data-nav-menu-open] {
 text-align: center;
 min-width: 200px;
 background: #c8c8c8;
 position: absolute;
 top: 100%;
 left: 0;
 right: 0;
 overflow: visible;
 display: block !important;
}
.w--nav-link-open {
	display: block;
	position: relative;
}
.w-nav-overlay {
	width: 100%;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
}
.w-nav-overlay [data-nav-menu-open] {
	top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
	width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
	z-index: 1;
	top: 0;
	right: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
	width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
	z-index: 1;
	top: 0;
	left: auto;
}
.w-nav-button {
	float: right;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 18px;
	font-size: 24px;
	display: none;
	position: relative;
}
.w-nav-button:focus {
	outline: 0;
}
.w-nav-button.w--open {
	color: #fff;
	background-color: #c8c8c8;
}
.w-nav[data-collapse="all"] .w-nav-menu {
	display: none;
}
.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
	display: block;
}
.w--nav-dropdown-list-open {
	position: static;
}
 @media screen and (max-width: 991px) {
.w-nav[data-collapse="medium"] .w-nav-menu {
	display: none;
}
.w-nav[data-collapse="medium"] .w-nav-button {
	display: block;
}
}
 @media screen and (max-width: 767px) {
.w-nav[data-collapse="small"] .w-nav-menu {
	display: none;
}
.w-nav[data-collapse="small"] .w-nav-button {
	display: block;
}
.w-nav-brand {
	padding-left: 10px;
}
}
 @media screen and (max-width: 479px) {
.w-nav[data-collapse="tiny"] .w-nav-menu {
	display: none;
}
.w-nav[data-collapse="tiny"] .w-nav-button {
	display: block;
}
}
.w-tabs {
	position: relative;
}
.w-tabs:before, .w-tabs:after {
	content: " ";
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}
.w-tabs:after {
	clear: both;
}
.w-tab-menu {
	position: relative;
}
.w-tab-link {
	vertical-align: top;
	text-align: left;
	cursor: pointer;
	color: #222;
	background-color: #ddd;
	padding: 9px 30px;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.w-tab-link.w--current {
	background-color: #c8c8c8;
}
.w-tab-link:focus {
	outline: 0;
}
.w-tab-content {
	display: block;
	position: relative;
	overflow: hidden;
}
.w-tab-pane {
	display: none;
	position: relative;
}
.w--tab-active {
	display: block;
}
 @media screen and (max-width: 479px) {
.w-tab-link {
	display: block;
}
}
.w-ix-emptyfix:after {
	content: "";
}
 @keyframes spin {
 0% {
 transform: rotate(0);
}
 100% {
 transform: rotate(360deg);
}
}
.w-dyn-empty {
	background-color: #ddd;
	padding: 10px;
}
.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
	display: none !important;
}
.wf-layout-layout {
	display: grid;
}
body {
	color: #252525;
	background-color: #fff;
	font-family: 'PoppinsRegular';
	font-size: 1rem;
	line-height: 1.5;
}
 
h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.75rem;
	font-weight: 300;
	line-height: 1.1;
}
h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.5vw;
	font-weight: 300;
	line-height: 1.2;
}
h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.625rem;
	font-weight: 300;
	line-height: 1.23077;
}
h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.4;
}
h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.4;
}
p {
	margin-bottom: 0;
}
a {
	color: #252525;
	border-color: #252525;
	text-decoration: underline;
}
ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 1.25rem;
}
ol {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}
li {
 margin-top: .25rem;
 margin-bottom: .25rem;
 padding-left: .5rem;
}
img {
	max-width: 100%;
	display: inline-block;
}
label {
 margin-bottom: .25rem;
	font-weight: 500;
}
blockquote {
 border-left: .1875rem solid #252525;
	margin-bottom: 0;
 padding: .75rem 1.25rem;
	font-size: 1.25rem;
	line-height: 1.5;
}
figure {
	margin-bottom: 0;
}
figcaption {
	text-align: center;
 margin-top: .25rem;
}
.z-index-2 {
	z-index: 2;
	position: relative;
}
.max-width-full {
	width: 100%;
	max-width: none;
}
.layer {
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}
.overflow-hidden {
	overflow: hidden;
}
.global-styles {
	display: block;
	position: fixed;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: auto;
}
.z-index-1 {
	z-index: 1;
	position: relative;
}
.hide {
	display: none;
}
.text-style-link {
	text-decoration: underline;
}
.max-width-xlarge {
	width: 100%;
	max-width: 64rem;
}
.max-width-medium {
	width: 100%;
	max-width: 35rem;
}
.max-width-xsmall {
	width: 100%;
	max-width: 25rem;
}
.max-width-xxsmall {
	width: 100%;
	max-width: 20rem;
}
.container-large {
	width: 100%;
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}
.max-width-xxlarge {
	width: 100%;
	max-width: 80rem;
}
.align-center {
	margin-left: auto;
	margin-right: auto;
}
.spacing-clean {
	margin: 0;
	padding: 0;
}
.max-width-large {
	width: 100%;
	max-width: 48rem;
}
.max-width-small {
	width: 100%;
	max-width: 30rem;
}
.form-message-error {
 margin-top: .75rem;
 padding: .75rem;
}
.utility_component {
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	max-width: 100%;
	justify-content: center;
	align-items: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	display: flex;
}
.utility_form-block {
	max-width: 20rem;
	text-align: center;
	flex-direction: column;
	display: flex;
}
.utility_form {
	flex-direction: column;
	align-items: stretch;
	display: flex;
}
.utility_image {
 margin-bottom: .5rem;
	margin-left: auto;
	margin-right: auto;
}
.container-medium {
	width: 100%;
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
}
.container-small {
	width: 100%;
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}
.margin-tiny {
 margin: .25rem;
}
.margin-xxsmall {
 margin: .5rem;
}
.margin-xsmall {
	margin: 1rem;
}
.margin-small {
	margin: 1.5rem;
}
.margin-medium {
	margin: 2rem;
}
.margin-large {
	margin: 3rem;
}
.margin-xlarge {
	margin: 4rem;
}
.margin-xxlarge {
	margin: 5rem;
}
.margin-huge {
	margin: 6rem;
}
.margin-xhuge {
	margin: 7rem;
}
.margin-xxhuge {
	margin: 10rem;
}
.margin-0 {
	margin: 0;
}
.padding-0 {
	padding: 0;
}
.padding-tiny {
 padding: .25rem;
}
.padding-xxsmall {
 padding: .5rem;
}
.padding-xsmall {
	padding: 1rem;
}
.padding-small {
	padding: 1.5rem;
}
.padding-medium {
	padding: 2rem;
}
.padding-large {
	padding: 3rem;
}
.padding-xlarge {
	padding: 4rem;
}
.padding-xxlarge {
	padding: 5rem;
}
.padding-huge {
	padding: 6rem;
}
.padding-xhuge {
	padding: 7rem;
}
.padding-xxhuge {
	padding: 10rem;
}
.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
	margin-left: 0;
	margin-right: 0;
}
.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
	margin-top: 0;
	margin-bottom: 0;
}
.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
	padding-left: 0;
	padding-right: 0;
}
.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
	padding-top: 0;
	padding-bottom: 0;
}
.overflow-scroll {
	overflow: scroll;
}
.overflow-auto {
	overflow: auto;
}
.text-weight-medium {
	font-weight: 500;
}
.text-size-medium {
	font-size: 1.125rem;
}
.rl-styleguide-message-delete-this {
	height: 100vh;
	text-align: center;
	background-color: #f1f0ee;
	justify-content: center;
	align-items: center;
	display: flex;
}
.rl-styleguide-message-wrapper {
	text-align: left;
	background-color: #e4e2df;
	border-radius: 16px;
	padding: 2.5rem;
}
.rl-styleguide-message-fixed {
	z-index: 99;
	background-color: #fff;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 2.5rem;
	display: flex;
	position: fixed;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: 0%;
}
.margin-top-auto {
	margin-top: auto;
}
.text-style-quote {
 border-left: .1875rem solid #000;
	margin-bottom: 0;
 padding: .75rem 1.25rem;
	font-size: 1.25rem;
	line-height: 1.5;
}
.icon-embed-small {
	width: 2rem;
	height: 2rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}
.heading-style-h2 {
	font-size: 2.75rem;
	line-height: 1.1;
}
.rl-styleguide_tutorial-callout {
	grid-column-gap: 2rem;
	background-color: #fff;
	border: 1px solid #000;
	justify-content: space-between;
	align-items: center;
 padding: .75rem .75rem .75rem 1rem;
	display: flex;
}
.rl-styleguide_callout-link-wrapper {
	width: 100%;
	background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
	justify-content: space-between;
	align-items: center;
 padding: .75rem 1rem;
	display: flex;
}
.rl-styleguide_heading {
	z-index: 4;
	color: #fff;
	background-color: #f06446;
 padding: .25rem .5rem;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.styleguide_grid-colours {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
}
.background-color-gray {
	background-color: #e6e6e6;
}
.heading-style-h6 {
	font-size: 1.25rem;
	line-height: 1.4;
}
.rl-styleguide_item-row {
	grid-column-gap: 1.5rem;
	grid-row-gap: 0rem;
	grid-template-rows: auto;
	grid-template-columns: 15rem 1fr;
	align-items: center;
}
.icon-1x1-xsmall {
	width: 1.5rem;
	height: 1.5rem;
}
.rl-styleguide_empty-space {
	z-index: -1;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 2rem;
	display: flex;
	position: relative;
}
.shadow-xxlarge {
	box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}
.rl-styleguide_icons-list {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-wrap: wrap;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	display: grid;
}
.icon-embed-medium {
	width: 3rem;
	height: 3rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}
.form-radio {
	align-items: center;
	margin-bottom: 0;
	padding-left: 1.125rem;
	display: flex;
}
.heading-style-h5 {
	font-size: 1.5rem;
	line-height: 1.4;
}
.text-style-strikethrough {
	text-decoration: line-through;
}
.heading-style-h1 {
	letter-spacing: -.025em;
	font-size: 13vw;
	line-height: 1.1;
}
.form-checkbox-icon {
	width: 1.125rem;
	height: 1.125rem;
	min-height: 1.125rem;
	min-width: 1.125rem;
	cursor: pointer;
	border: 1px solid #252525;
	border-radius: 0;
	margin-top: 0;
	margin-left: -1.25rem;
 margin-right: .5rem;
	transition: all .2s;
}
.form-checkbox-icon.w--redirected-checked {
	box-shadow: none;
	background-color: #000;
	background-size: 16px 16px;
	border-width: 1px;
	border-color: #000;
}
.form-checkbox-icon.w--redirected-focus {
	box-shadow: none;
	border-color: #000;
}
.form-checkbox-label {
	margin-bottom: 0;
}
.text-size-tiny {
 font-size: .75rem;
}
.field-label {
 margin-bottom: .5rem;
	font-weight: 400;
}
.button {
	color: #fff;
	text-align: center;
	background-color: #252525;
	border: 1px solid #252525;
 padding: .75rem 1.5rem;
}
.button.is-link {
	color: #252525;
	background-color: rgba(0, 0, 0, 0);
	border-style: none;
 padding: .25rem 0;
	line-height: 1;
	text-decoration: none;
}
.button.is-link.is-alternate {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
}
.button.is-link.is-icon {
 grid-column-gap: .5rem;
 grid-row-gap: .5rem;
}
.button.is-icon {
 grid-column-gap: .75rem;
 grid-row-gap: .75rem;
	justify-content: center;
	align-items: center;
	display: flex;
}
.button.is-secondary {
	color: #252525;
	background-color: rgba(0, 0, 0, 0);
}
.button.is-secondary.is-alternate {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: #fff;
}
.button.is-small {
 padding: .5rem 1.25rem;
}
.button.is-small.is-icon-only {
 padding-left: .5rem;
 padding-right: .5rem;
}
.button.is-alternate {
	color: #000;
	background-color: #fff;
}
.button.is-tertiary {
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.button.is-icon-only {
 padding-left: .75rem;
 padding-right: .75rem;
}
.text-weight-normal {
	font-weight: 400;
}
.heading-style-h4 {
	font-size: 1.625rem;
	line-height: 1.24;
}
.text-style-italic {
	font-style: italic;
}
.icon-1x1-xxsmall {
	width: 1rem;
	height: 1rem;
}
.form-radio-label {
	margin-bottom: 0;
}
.rl-styleguide_item {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-direction: column;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	align-content: start;
	justify-content: start;
	align-items: start;
	justify-items: start;
	padding-bottom: 1rem;
	display: grid;
}
.rl-styleguide_item.is-stretch {
	grid-row-gap: 1rem;
	justify-items: stretch;
}
.icon-1x1-xlarge {
	width: 6.5rem;
	height: 6.5rem;
}
.shadow-xlarge {
	box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}
.text-weight-light {
	font-weight: 300;
}
.rl-styleguide_label {
	color: #fff;
	white-space: nowrap;
	cursor: context-menu;
	background-color: #0073e6;
 padding: .25rem .5rem;
 font-size: .75rem;
	display: inline-block;
}
.rl-styleguide_label.is-html-tag {
	background-color: #be4aa5;
}
.text-size-regular {
	font-size: 1rem;
}
.text-weight-xbold {
	font-weight: 800;
}
.text-align-right {
	text-align: right;
}
.text-weight-bold {
	font-weight: 700;
}
.icon-height-xlarge {
	height: 6.5rem;
}
.heading-style-h3 {
	font-size: 2.5rem;
	line-height: 1.2;
}
.heading-style-h3.is-hero {
	max-width: 25vw;
	font-size: 1.35em;
}
.icon-1x1-large {
	width: 5rem;
	height: 5rem;
}
.form-input {
	height: auto;
	min-height: 2.75rem;
	color: #252525;
	background-color: #fff;
	border: 1px solid #252525;
	margin-bottom: 0;
 padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.6;
}
.form-input:focus {
	border-color: #000;
}
 .form-input::-ms-input-placeholder {
 color: rgba(0, 0, 0, .6);
}
 .form-input::placeholder {
 color: rgba(0, 0, 0, .6);
}
.form-input.is-text-area {
	height: auto;
	min-height: 11.25rem;
 padding-top: .75rem;
 padding-bottom: .75rem;
	overflow: auto;
}
.form-input.is-select-input {
	background-image: none;
}
.rl-styleguide_paste-text {
	color: rgba(0, 0, 0, .5);
	text-align: center;
	border: 1px dashed rgba(0, 0, 0, .15);
	padding: 1rem;
}
.rl-styleguide_button-list {
	grid-column-gap: 1rem;
	grid-row-gap: 1.5rem;
	white-space: normal;
	grid-template-rows: auto;
	grid-template-columns: auto;
	grid-auto-columns: max-content;
	grid-auto-flow: row;
	align-items: center;
	justify-items: start;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	display: grid;
}
.rl-styleguide_list {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	padding-bottom: 4rem;
}
.icon-embed-custom1 {
	width: 1.25rem;
	height: 1.25rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}
.rl-styleguide_color {
	padding-bottom: 8rem;
}
.rl-styleguide_color.is-black {
	background-color: #252525;
}
.rl-styleguide_color.is-gray {
	background-color: #e6e6e6;
}
.rl-styleguide_color.is-white {
	background-color: #fff;
}
.button-group {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-wrap: wrap;
	align-items: center;
	display: flex;
}
.text-color-white {
	color: #fff;
}
.background-color-white {
	background-color: #fff;
}
.text-weight-semibold {
	font-weight: 600;
}
.text-style-muted {
	opacity: .6;
}
.text-style-nowrap {
	white-space: nowrap;
}
.text-align-left {
	text-align: left;
}
.icon-embed-large {
	width: 5rem;
	height: 5rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}
.shadow-xxsmall {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.text-color-black {
	color: #252525;
}
.icon-embed-xxsmall {
	width: 1rem;
	height: 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}
.icon-embed-xsmall {
	width: 1.5rem;
	height: 1.5rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}
.icon-height-xxsmall {
	height: 1rem;
}
.background-color-black {
	color: #fff;
	background-color: #252525;
}
.shadow-xsmall {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}
.icon-1x1-custom1 {
	width: 1.25rem;
	height: 1.25rem;
}
.rl-styleguide_header {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: space-between;
	align-items: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
	display: flex;
}
.rl-styleguide_subheading {
	z-index: 3;
	color: #000;
	background-color: #e6e6e6;
 padding: .25rem .5rem;
	position: -webkit-sticky;
	position: sticky;
	top: 2rem;
}
.form-radio-icon {
	width: 1.125rem;
	height: 1.125rem;
	min-height: 1.125rem;
	min-width: 1.125rem;
	cursor: pointer;
	border: 1px solid #252525;
	border-radius: 100px;
	margin-top: 0;
	margin-left: -1.125rem;
 margin-right: .5rem;
}
.form-radio-icon.w--redirected-checked {
	background-color: #fff;
	background-image: none;
	border-width: 6px;
	border-color: #000;
}
.form-radio-icon.w--redirected-focus {
	box-shadow: none;
	border-color: #000;
	margin-top: 0;
}
.rl-styleguide_shadows-list {
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: start;
}
.form {
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}
.text-style-allcaps {
	text-transform: uppercase;
}
.rl-styleguide_callout-link {
	background-color: #fff;
	background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
	justify-content: space-between;
	align-items: center;
	padding: 1px;
	text-decoration: none;
	display: flex;
}
.icon-height-custom1 {
	height: 1.25rem;
}
.text-align-center {
	text-align: center;
}
.text-size-small {
 font-size: .875rem;
}
.class-label-column {
 grid-column-gap: .75rem;
 grid-row-gap: .75rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}
.form-field-wrapper {
	position: relative;
}
.icon-height-small {
	height: 2rem;
}
.icon-height-large {
	height: 5rem;
}
.shadow-large {
	box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}
.icon-embed-xlarge {
	width: 6.5rem;
	height: 6.5rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}
.icon-1x1-small {
	width: 2rem;
	height: 2rem;
}
.class-label-row {
 grid-column-gap: .25rem;
 grid-row-gap: .25rem;
	flex-wrap: wrap;
	align-items: center;
	display: flex;
}
.text-rich-text h1 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.text-rich-text blockquote {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.text-rich-text h5, .text-rich-text h6 {
	margin-top: 1.25rem;
	margin-bottom: 1rem;
}
.text-rich-text p {
	margin-bottom: 1rem;
}
.text-rich-text a {
	text-decoration: underline;
}
.text-rich-text figcaption {
	text-align: left;
	border-left: 2px solid #252525;
 margin-top: .5rem;
 padding-left: .5rem;
 font-size: .875rem;
}
.icon-height-medium {
	height: 3rem;
}
.form-checkbox {
	align-items: center;
	margin-bottom: 0;
	padding-left: 1.25rem;
	display: flex;
}
.shadow-small {
	box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}
.icon-1x1-medium {
	width: 3rem;
	height: 3rem;
}
.rl-styleguide_button-row {
	grid-column-gap: 1rem;
	display: flex;
}
.shadow-medium {
	box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}
.text-size-large {
	font-size: 1.25rem;
	line-height: 1.2;
}
.icon-height-xsmall {
	height: 1.5rem;
}
.rl-styleguide_spacing-all {
	display: none;
}
.padding-section-small {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.rl-styleguide_empty-box {
	z-index: -1;
	height: 3rem;
	min-width: 3rem;
	background-color: #eee;
	position: relative;
}
.rl-styleguide_spacing {
	border: 1px dashed #d3d3d3;
}
.padding-global {
	height: 100%;
	padding-left: 6.5rem;
	padding-right: 6.5rem;
}
.padding-section-medium {
	height: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.padding-section-large {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.spacer-tiny {
	width: 100%;
 padding-top: .25rem;
}
.spacer-xxsmall {
	width: 100%;
 padding-top: .5rem;
}
.spacer-xsmall {
	width: 100%;
	padding-top: 1rem;
}
.spacer-small {
	width: 100%;
	padding-top: 1.5rem;
}
.spacer-medium {
	width: 100%;
	padding-top: 2rem;
}
.spacer-large {
	width: 100%;
	padding-top: 3rem;
}
.spacer-xlarge {
	width: 100%;
	padding-top: 4rem;
}
.spacer-xxlarge {
	width: 100%;
	padding-top: 5rem;
}
.spacer-huge {
	width: 100%;
	padding-top: 6rem;
}
.spacer-xhuge {
	width: 100%;
	padding-top: 7rem;
}
.spacer-xxhuge {
	width: 100%;
	padding-top: 10rem;
}
.background-color-orange {
	background-color: #f06446;
}
.horizontal-scroll_section-wrapper {
	width: 100%;
}
.horizontal-scroll_section-height {
	width: 100%;
	height: 100% !important;
}
.horizontal-scroll_stickey-element {
	width: 100%;
	/*height: 100vh;*/
	justify-content: flex-start;
	align-items: stretch;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 0;/*overflow: hidden;*/
}
.horizontal-scroll_track {
	height: 100%;
	flex: none;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	transform: translate(0%);
}
.horizontal-scroll_track-list {
	height: 100%;
	flex: none;
	justify-content: flex-start;
	/*align-items: stretch;*/
	margin-right: -100vw;/*	display: flex;
	flex-wrap:wrap;*/
}
.section_hero {
	width: 100vw;
	color: #fff;
	background-color: #252525;
	flex: none;
	position: relative;
	overflow: hidden;
}
.hero_content-wrapper {
	z-index: 2;
	height: 100%;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
}
.hero_heading-wrapper {
	margin-bottom: -1.5rem;
	overflow: hidden;
}
.hero_sub-text-wrap {
	font-size: 1vw;
}
.hero_background-image-wrap {
	z-index: 0;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden;
}
.hero_background-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero_content {
	z-index: 2;
	height: 100%;
	background: rgba(1, 24, 71, .9);
	/*  background-image: linear-gradient(rgba(1, 24, 71, 0) 0%, rgba(1, 24, 71, .19) 0%, rgba(1, 24, 71, .9));*/
	position: relative;
	padding-left: 170px;
	height: 100vh;
}
.section_intro {
	width: calc(100vw - 0rem);
	height: 100%;
	flex: none;
	position: relative;
	background: #f3f1ef;
	z-index: 1;
	height: 100vh;
}
.intro_top {
	width: 100%;
	justify-content: space-between;
	display: flex;
}
.intro_content-parent {
	width: 10%;
	height: 100%;
	min-width: 41rem;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	display: flex;
}
.intro_image-wrap {
	width: 15.625rem;
	overflow: hidden;
}
.intro_image-proportions {
	width: 100%;
	padding-top: 130%;
	position: relative;
	overflow: hidden;
}
.image-full-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}
.test-size-title-small {
	font-family: Inter, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
}
.intro_content {
	width: 80%;
	max-width: 35rem;
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}
.text-link_wrap {
	text-transform: capitalize;
	font-family: Reckless, sans-serif;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.1;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
.text-link_wrap.is-proportion {
	font-size: 1.15em;
	line-height: 1.2;
}
.text-link_line {
	width: 100%;
	height: 1px;
	background-color: #252525;
	position: absolute;
	top: auto;
	bottom: 0%;
	left: 0%;
	right: 0%;
}
.text-link_line.is-white {
	background-color: #fff;
}
.section_line-seprator {
	width: 1px;
	height: 100%;
	background-color: rgba(37, 37, 37, .25);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: auto;
	right: 0%;
}
.section_do_Sec {
	width: calc(100vw - 0rem);
	display: flex;
	position: relative;
	background: #fff;
	z-index: 1;
	height: 100vh;
}
.section_work {
	width: 60vw;
	flex: none;
	position: relative;
}
.section_work:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 430px solid #f3f1ef;
	border-left: 937px solid transparent;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.work_list {
	height: 100%;
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	justify-content: flex-start;
	align-items: stretch;
	display: flex;
}
.work_card {
	width: 30vw;
	height: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	display: flex;
}
.work_card-image-wrap {
	flex: 1;
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
}
.work_card-content {
 grid-column-gap: .5rem;
 grid-row-gap: .5rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}
.section_cta {
	flex: none;
	position: relative;
}
.cta_content {
	height: 100%;
	text-align: center;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.cta_quorte {
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	padding-left: 3em;
	padding-right: 3em;
	font-size: 1vw;
	display: flex;
}
.cta_quorte-title {
	max-width: 25ch;
}
.cta_title-wrap {
	margin-bottom: 1.25rem;
}
.cta_quorte-subtext {
	justify-content: center;
	align-items: center;
	font-size: 1.15em;
	display: flex;
}
.section_image-divider {
	width: 40vw;
	flex: none;
	overflow: hidden;
}
.image-divider_wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.section_jornal {
	color: #fff;
	background-color: #f06446;
	flex: none;
	font-size: 1vw;
	position: relative;
}
.jornal_content {
	height: 100%;
	flex-direction: column-reverse;
	justify-content: space-between;
	display: flex;
}
.jornal_title-wrap {
	margin-bottom: -2.5rem;
	display: flex;
	overflow: hidden;
}
.jornal_content-wrap {
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	flex-direction: column;
	align-items: flex-start;
	display: flex;
}
.jornal_subtext {
	max-width: 27ch;
}
.section_articles {
	flex: none;
	position: relative;
}
.articles_list {
	width: 100%;
	height: 100%;
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}
.articles_colum {
	height: 100%;
	min-width: 35vw;
	flex-direction: column;
	display: flex;
}
.articles_colum.is-2nd {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}
.article_card {
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	display: flex;
}
.article_card-image-wrap {
	flex: 1;
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
}
.article_card-content {
 grid-column-gap: .5rem;
 grid-row-gap: .5rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}
.nav_bar {
	width: 10%;
	z-index: 8;
	min-width: 3rem;
	cursor: pointer;
	background-color: #fff;
	border-left: 1px solid rgba(0, 0, 0, .25);
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: fixed;
	top: 0%;
	bottom: 0%;
	right: auto;
	left: 0%;
	transition: all 1s ease;
}
.nav_trigger {
	width: 100%;
	height: 100%;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}
.nav_icon {
	width: 1rem;
	height: 2.1875rem;
	justify-content: space-between;
	align-items: stretch;
	display: flex;
	overflow: hidden;
}
.nav_icon-line {
	width: 1px;
	height: 100%;
	perspective-origin: 50% 100%;
	transform-origin: 50% 100%;
	background-color: #252525;
}
.nav_top-logo {
	justify-content: center;
	align-items: flex-start;
	display: flex;
	position: absolute;
	top: 2rem;
	bottom: auto;
	left: 0%;
	right: 0%;
}
.nav_logo-embed {
	width: 1rem;
	height: 6.25rem;
	opacity: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: opacity .3s;
	display: flex;
}
.nav_logo-text {
	perspective-origin: 0%;
	transform-origin: 50%;
	white-space: nowrap;
	margin-top: 1em;
	font-family: Reckless, sans-serif;
	font-style: italic;
	font-weight: 300;
	transition: opacity .3s;
	position: absolute;
	transform: rotate(90deg);
}
.nav_logo-text.is-bottom {
	perspective-origin: 50%;
	transform-origin: 50%;
	text-align: right;
	margin-top: 0;
	font-style: normal;
	position: absolute;
	top: auto;
	bottom: 0%;
	left: 0%;
	right: 0%;
	color: #00acac;
}
.nav_bottom-progress {
	justify-content: center;
	align-items: stretch;
	display: flex;
	position: absolute;
	top: auto;
	bottom: 2rem;
	left: 0%;
	right: 0%;
}
.nav_menu_component {
	z-index: 997;
	display: none;
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}
.nav_menu_close-trigger {
	z-index: 1;
	cursor: pointer;
	background-color: rgba(37, 37, 37, .8);
	display: block;
	position: absolute;
	top: 0%;
	bottom: 0%;
	right: 0%;
	left: 0%;
}
.nav_menu_wrap {
	z-index: 2;
	width: 75%;
	height: 100%;
	margin-left: 3rem;
	position: absolute;
	top: 0%;
	bottom: 0%;
	right: auto;
	left: 0%;
}
.nav_menu_list {
	position: absolute;
	top: 0%;
	bottom: 0%;
	right: 0%;
	left: 0%;
}
.nav_menu_link {
	width: 100%;
	height: 100%;
	perspective-origin: 100% 0;
	transform-origin: 100% 0;
	letter-spacing: -.025em;
	background-color: #fff;
	border: 1px solid rgba(37, 37, 37, .25);
	justify-content: flex-start;
	align-items: flex-end;
	padding: 2rem;
	font-family: Reckless, sans-serif;
	font-size: 2.5rem;
	line-height: 1;
	transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
	display: flex;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: auto;
	right: 0%;
}
.nav_menu_link:hover {
	color: #fff;
	background-color: #f06446;
}
.nav_menu_link.is-75 {
	width: 75%;
	height: 75%;
}
.nav_menu_link.is-50 {
	width: 50%;
	height: 50%;
}
.nav_menu_link.is-25 {
	width: 25%;
	height: 25%;
}
.nav_menu_other-links {
	z-index: 4;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	position: absolute;
	top: auto;
	bottom: 2.5rem;
	left: auto;
	right: 3rem;
}
.loader_component {
	z-index: 1001;
	display: none;
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}
.loader_flex {
	justify-content: space-between;
	align-items: stretch;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}
.loader_colums {
	height: 100%;
	background-color: #00acac;
	flex: 1;
}
.nav_logo-wrap {
	z-index: 998;
	color: #fff;
	transition: opacity .3s;
	position: fixed;
	top: 3rem;
	bottom: auto;
	left: 4.5rem;
	right: auto;
	transform: translate(-30%);
}
.nav_logo-wrap.w--current {
	z-index: 1001;
	position: fixed;
}
.hero_logo-embed {
	width: 4.6875rem;
	height: 4.8125rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}
.image-divider_image {
	width: 150%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: auto;
	z-index: -1;
}
.image-divider_image-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden;
	background: rgba(1, 24, 71, .9);
}
 @media screen and (max-width: 991px) {
h1 {
	font-size: 12vw;
}
.hide-tablet {
	display: none;
}
.max-width-full-tablet {
	width: 100%;
	max-width: none;
}
.margin-large {
	margin: 2.5rem;
}
.margin-xlarge {
	margin: 3.5rem;
}
.margin-xxlarge {
	margin: 4.5rem;
}
.margin-huge {
	margin: 5rem;
}
.margin-xhuge {
	margin: 6rem;
}
.margin-xxhuge {
	margin: 7.5rem;
}
.padding-large {
	padding: 2.5rem;
}
.padding-xlarge {
	padding: 3.5rem;
}
.padding-xxlarge {
	padding: 4.5rem;
}
.padding-huge {
	padding: 5rem;
}
.padding-xhuge {
	padding: 6rem;
}
.padding-xxhuge {
	padding: 7.5rem;
}
.margin-top {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.margin-bottom {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.margin-left {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.margin-right {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.margin-vertical {
	margin-left: 0;
	margin-right: 0;
}
.margin-horizontal {
	margin-top: 0;
	margin-bottom: 0;
}
.padding-top {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.padding-bottom {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.padding-left {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
.padding-right {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.padding-vertical {
	padding-left: 0;
	padding-right: 0;
}
.padding-horizontal {
	padding-top: 0;
	padding-bottom: 0;
}
.rl-styleguide_icons-list {
	grid-auto-flow: row;
}
.heading-style-h3.is-hero {
	max-width: 49vw;
	font-size: 2.5em;
}
.padding-global {
	padding-left: 3rem;
	padding-right: 3rem;
}
.padding-section-large {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.spacer-large {
	padding-top: 2.5rem;
}
.spacer-xlarge {
	padding-top: 3.5rem;
}
.spacer-xxlarge {
	padding-top: 4.5rem;
}
.spacer-huge {
	padding-top: 5rem;
}
.spacer-xhuge {
	padding-top: 6rem;
}
.spacer-xxhuge {
	padding-top: 7.5rem;
}
.work_card {
	width: 50vw;
}
.articles_colum {
	min-width: 50vw;
}
.nav_menu_link {
	font-size: 2rem;
}
}
 @media screen and (max-width: 767px) {
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2.25rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.5rem;
	line-height: 1.4;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.125rem;
}
p {
 font-size: .875rem;
}
.hide-mobile-landscape {
	display: none;
}
.max-width-full-mobile-landscape {
	width: 100%;
	max-width: none;
}
.margin-xsmall {
 margin: .75rem;
}
.margin-small {
	margin: 1.25rem;
}
.margin-medium {
	margin: 1.5rem;
}
.margin-large {
	margin: 2rem;
}
.margin-xlarge {
	margin: 2.5rem;
}
.margin-xxlarge {
	margin: 3rem;
}
.margin-huge {
	margin: 3.5rem;
}
.margin-xhuge {
	margin: 4rem;
}
.margin-xxhuge {
	margin: 5rem;
}
.padding-xsmall {
 padding: .75rem;
}
.padding-small {
	padding: 1.25rem;
}
.padding-medium {
	padding: 1.5rem;
}
.padding-large {
	padding: 2rem;
}
.padding-xlarge {
	padding: 2.5rem;
}
.padding-xxlarge {
	padding: 3rem;
}
.padding-huge {
	padding: 3.5rem;
}
.padding-xhuge {
	padding: 4rem;
}
.padding-xxhuge {
	padding: 5rem;
}
.margin-top {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.margin-bottom {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.margin-left {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.margin-right {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.margin-vertical {
	margin-left: 0;
	margin-right: 0;
}
.margin-horizontal {
	margin-top: 0;
	margin-bottom: 0;
}
.padding-top {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.padding-bottom {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.padding-left {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
.padding-right {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.padding-vertical {
	padding-left: 0;
	padding-right: 0;
}
.padding-horizontal {
	padding-top: 0;
	padding-bottom: 0;
}
.text-size-medium {
	font-size: 1rem;
}
.text-style-quote {
	font-size: 1.125rem;
}
.heading-style-h2 {
	font-size: 2.25rem;
}
.heading-style-h6 {
	font-size: 1.125rem;
}
.heading-style-h5 {
	font-size: 1.25rem;
}
.heading-style-h1 {
	font-size: 5rem;
}
.heading-style-h4 {
	font-size: 1.5rem;
	line-height: 1.4;
}
.heading-style-h3 {
	font-size: 2rem;
}
.heading-style-h3.is-hero {
	max-width: 100%;
	font-size: 3.7em;
}
.text-style-nowrap {
	white-space: normal;
}
.text-size-large {
	font-size: 1.125rem;
}
.padding-section-small {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.padding-global {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.padding-section-medium {
	width: 100%;
	height: auto;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.padding-section-large {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.spacer-xsmall {
 padding-top: .75rem;
}
.spacer-small {
	padding-top: 1.25rem;
}
.spacer-medium {
	padding-top: 1.5rem;
}
.spacer-large {
	padding-top: 2rem;
}
.spacer-xlarge {
	padding-top: 2.5rem;
}
.spacer-xxlarge {
	padding-top: 3rem;
}
.spacer-huge {
	padding-top: 3.5rem;
}
.spacer-xhuge {
	padding-top: 4rem;
}
.spacer-xxhuge {
	padding-top: 5rem;
}
.horizontal-scroll_section-height, .horizontal-scroll_stickey-element {
	height: auto;
}
.horizontal-scroll_track {
	width: 100%;
}
.horizontal-scroll_track-list {
	width: 100%;
	flex-direction: column;
	margin-right: 0;
}
.section_hero {
	width: 100%;
	min-height: 100vh;
	font-size: 1vw;
	display: flex;
}
.hero_content-wrapper {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.hero_heading-wrapper {
	margin-bottom: 0;
}
.hero_content {
	width: 100%;
	height: auto;
	background: rgba(1, 24, 71, .9);
	/*background-image: linear-gradient(rgba(1, 24, 71, 0), rgba(1, 24, 71, .19) 31%, rgba(1, 24, 71, .6));*/
	flex-direction: row;
	justify-content: flex-start;
	display: flex;
}
.section_intro {
	width: 100%;
	min-height: 100vh;
	justify-content: flex-start;
	align-items: stretch;
	display: flex;
}
.intro_top {
	margin-bottom: 4rem;
}
.intro_content-parent {
	width: 100%;
	min-width: auto;
}
.intro_image-wrap {
	width: 12.5rem;
}
.test-size-title-small {
 font-size: .875rem;
}
.intro_content {
	width: 100%;
	max-width: none;
	grid-column-gap: 1.25rem;
	grid-row-gap: 1.25rem;
}
.text-link_wrap {
 font-size: .875rem;
}
.text-link_wrap.is-proportion {
	font-size: 1rem;
}
.section_line-seprator {
	width: 100%;
	height: 1px;
	background-color: rgba(37, 37, 37, .15);
	top: auto;
	bottom: 0%;
	left: 0%;
	right: 0%;
}
.work_list {
	grid-column-gap: 3.125rem;
	grid-row-gap: 3.125rem;
	flex-direction: column;
}
.work_card {
	width: auto;
}
.work_card-image-wrap {
	padding-bottom: 114%;
}
.section_cta {
	min-height: 100vh;
	flex-direction: row;
	display: flex;
}
.cta_content {
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
}
.cta_quorte {
	padding-left: 0;
	padding-right: 0;
	font-size: 1rem;
}
.cta_quorte-title {
	max-width: none;
	font-size: 1.75rem;
}
.cta_quorte-subtext {
	font-size: 1rem;
}
.section_image-divider {
	width: 100%;
	height: 100vh;
}
.section_jornal {
	height: 100vh;
}
.jornal_content {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
}
.jornal_title-wrap {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	margin-bottom: 0;
	padding-bottom: 2.5rem;
}
.jornal_content-wrap {
	font-size: 1rem;
}
.jornal_subtext {
	font-size: 1.75rem;
}
.section_articles {
	color: #fff;
	background-color: #f06446;
}
.articles_list {
	grid-template-columns: 1fr;
}
.article_card-image-wrap {
	padding-bottom: 56%;
}
.nav_compoenent {
	display: none;
}
.image-divider_image {
	width: 100%;
}
.hero_heading {
	font-size: 13em;
}
}
 @media screen and (max-width: 479px) {
h1 {
	font-size: 2.5rem;
}
.hide-mobile-portrait {
	display: none;
}
.margin-top {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.margin-bottom {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.margin-left {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.margin-right {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.margin-vertical {
	margin-left: 0;
	margin-right: 0;
}
.margin-horizontal {
	margin-top: 0;
	margin-bottom: 0;
}
.padding-top {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.padding-bottom {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.padding-left {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
.padding-right {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.padding-vertical {
	padding-left: 0;
	padding-right: 0;
}
.padding-horizontal {
	padding-top: 0;
	padding-bottom: 0;
}
.max-width-full-mobile-portrait {
	width: 100%;
	max-width: none;
}
.heading-style-h1 {
	font-size: 20vw;
}
.heading-style-h3.is-hero {
	font-size: 4.8em;
}
.padding-section-medium.is-hero {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.intro_image-wrap {
	width: auto;
	min-width: 55%;
}
.text-link_wrap.is-proportion {
 padding-right: .3rem;
 font-size: .9rem;
}
.cta_quorte-subtext {
	flex-wrap: wrap;
 font-size: .9rem;
}
.section_jornal {
	align-items: stretch;
	display: flex;
}
.jornal_title-wrap {
	padding-bottom: 1.5rem;
}
.hero_heading {
	font-size: 12.5em;
}
}
#w-node-_8ecf5da8-af76-7225-f4e4-4b4c9ca0b787-fa21f8a0, #w-node-c1cc412d-d92d-8b61-7f97-2a7f2e5e2462-fa21f8a0 {
	grid-area: span 1 / span 1 / span 1 / span 1;
}
@font-face {
	font-family: 'Inter';
	src: url('../64e312d2d7eefd2811aa2120_Inter-Bold.woff') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../64e312d230141b99cd3286aa_Inter-Regular.woff') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Reckless';
	src: url('../64e31214132a0c44b4656e9c_RecklessTRIAL-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
.Banner_Caption_main {
	width: 100%;
	display: flex;
	padding: 0 90px;
	gap: 50px;
}
.Banner_Caption_Lft {
	width: 630px;
}
.Banner_Caption_Rht {
	width: 60%;
	display: flex;
	align-items: center;
}
.Banner_Caption_Rht h3 {
	font-family: 'PoppinsLight';
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
}
.Banner_Caption_Rht h3 span {
	padding: 0 3px;
}
.Banner_outSec {
	width: 630px;
	position: relative;
	padding-right: 50px;
}
.Banner_outSec:before {
	position: absolute;
	content: '';
	z-index: -1;
	width: 630px;
	background: url(../images/bnr_line.svg);
	background-repeat: no-repeat;
	height: 450px;
	top: -70px;
	background-position: center right;
}
.Banner_outSec h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	font-size: 75px;
	line-height: 85px;
	letter-spacing: 1px;
}
.frame-container {
	margin: 0rem;
	display: grid;
}
.frame:before, .frame:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 16px solid #00acac;
}
.frame {
	display: grid;
	grid-template-columns: -webkit-max-content auto;
	grid-template-columns: max-content auto;
	grid-template-rows: auto -webkit-max-content;
	grid-template-rows: auto max-content;
	background-size: cover;
	color: white;
	width: 400px;
	height: 400px;
}
.frame:before {
	grid-row: 1/2;
	border-right: none;
	border-bottom: none;
}
.frame:after {
	grid-row: 1 / span 2;
	border-left: none;
}
.frame h2 {
	margin: 1rem 1rem -0.4rem 0;
	max-width: 100%;
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	font-size: 75px;
	letter-spacing: 1px;
}
/*Home Start*/
.Banner_Caption_sub {
	display: flex;
	padding-top: 15px;
	gap: 20px;
}
.Banner_Caption_sub_Lft {
	width: 70%;
}
.Banner_Caption_sub_Lft p {
	font-size: 18px;
	font-family: 'PoppinsLight';
	line-height: 22px;
}
.Banner_Caption_sub_Rht {
	width: 30%;
}
.Banner_Caption_sub_Rht .button {
	width: 100%;
	background: #f68a20;
	border-radius: 25px;
	display: inline-block;
	height: 40px;
	padding: 10px 15px;
	/* line-height: 0; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.myObserver {
	height: 1px;
	width: 1px;
	pointer-events: none;
	position: relative;
	top: auto;
	z-index: -1;
	overflow: hidden;
}
.header {
	background: #06c;
	display: flex;
	padding: 20px;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	font-size: 25px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	font-weight: bold;
	transition: all 0.5s ease-out;
}
/* seems to be buggy when you change height of the header as there seems to be rounding error causing a jumping effect on the header*/
.sticky-element {
	background: #fff;
	width: 3%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 7px;/*font-size: smaller;
  padding: 10px;*/
}
.caxita_logo {
	width: 147px;
	height: 50px;
	background: url(../images/caxita_logo.svg) no-repeat;
	background-size: contain;
}
.sticky-element .caxita_logo {
	width: 60px;
	height: 23px;
	background: url(../images/caxita_logo.svg) no-repeat;
	background-size: contain;
	transform: rotate(-90deg);
	background-position: center;
}
.home_header {
	width: 100%;
	height: 85px;
	padding: 0 6.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home_header ul {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 12px;
}
.home_header ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.home_header ul li a {
	font-size: 17px;
	color: #6c7281;
	font-family: 'BarlowCondensed-Regular';
	text-transform: uppercase;
	padding-left: 10px;
}
.home_header ul li a:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background: #6c7281;
	top: 10px;
	left: 0;
}
.home_header ul li a.active {
	color: #e40000;
}
.home_header ul li a.active:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background: #e40000;
	top: 10px;
	left: 0;
}
/*Home End*/


/*WE Start*/
.we_bg_01 {
	background: url(../images/we_bg_01.png) no-repeat;
	width: 100%;
	height: 768px;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.we_bg_02 {
	width: 560px;
	height: 560px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	transform: translate(130%, 5%);
	-webkit-animation: simple-move 5s 5s linear infinite alternate;
	animation: simple-move 5s 5s linear infinite alternate;
	opacity: 0.5;
}
 @-webkit-keyframes simple-move {
 100% {
 -webkit-transform: translate(50px, 0);
}
}
 @keyframes simple-move {
 100% {
 transform: translate(50px, 0);
}
}
.we_main {
	display: flex;
	gap: 50px;
}
.we_main_lft {
	width: 60%;
}
.we_main_lft h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	color: #000000;
	font-size: 80px;
	line-height: 83px;
	letter-spacing: 1px;
}
.we_main_lft h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 25px;
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	color: #6c7281;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
}
.we_main_lft h3 span {
	color: #f68a20;
}
.we_main_lft p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px 0;
	font-family: 'PoppinsLight';
	text-transform: uppercase;
	color: #6c7281;
	font-size: 23px;
	line-height: 32px;
}
.we_main_rht {
	width: 40%;
	position: relative;
}
.we_rht_picBg {
	background: url(../images/we_img_bg.svg) no-repeat;
	width: 407px;
	height: 500px;
	padding: 40px;
	position: relative;
}
.we_pic1 {
}
.we_pic1 img {
	width: 100%;
	height: 100%;
}
.we_pic2 {
	position: absolute;
	bottom: 0;
	right: -50px;
}
.we_more {
	position: absolute;
	bottom: 8px;
	left: 60px;
}
.we_more h2 {
	font-family: 'BarlowCondensed-Medium';
	text-transform: uppercase;
	font-size: 18px;
	color: #f68a20;
	position: relative;
}
.we_more h2:before {
	content: '';
	position: absolute;
	background: #f68a20;
	width: 20px;
	height: 1px;
	background-size: contain;
	top: 10px;
	left: -25px;
}
.we_more h2:after {
	content: '';
	position: absolute;
	background: url(../images/arrow_we_more.svg) no-repeat;
	width: 20px;
	height: 17px;
	background-size: contain;
	top: 1px;
	right: -25px;
}
.we_Trust_main {
}
.we_Trust_main_list ul {
	padding: 0;
	margin: 0;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.we_Trust_main_list ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.we_Trust_main_list ul li h4 {
	margin-top: 0;
	margin-bottom: 0;
}
.we_Trust_main_list ul li h4 span:first-child {
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	color: #6c7281;
	font-size: 83px;
	line-height: 83px;
	letter-spacing: 1px;
	-webkit-text-stroke: 1px #6c7281;
	-webkit-text-fill-color: transparent;
}
.we_Trust_main_list ul li h4 span:last-child {
	font-family: 'Barlow Condensed-Light';
	text-transform: uppercase;
	color: #6c7281;
	font-size: 62px;
	line-height: 62px;
	padding-left: 5px;
}
.we_Trust_main_list ul li p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	font-family: 'PoppinsSemiBold';
	color: #6c7281;
	font-size: 16px;
	line-height: 22px;
}
.we_Trust_main h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	color: #6c7281;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
}
/*WE End*/



.Do_Box_Main {
	z-index: 1;
	position: relative;
}
.Do_Box_Main .home_header ul li a {
	color: #fff;
}
.Do_Box_Main .home_header ul li a.active {
	color: #f68a20;
}
.Do_Box_Main .home_header ul li a.active:before {
	background: #f68a20;
}
.Do_Box_Main .home_header ul li a:before {
	background: #fff;
}
.Do_Box_List {
	padding: 0 6.5rem;
}
.Do_Box_List ul {
	margin: 0;
	padding: 0;
	padding-top: 40px;
	display: flex;
	gap: 35px;
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-between;
	position: inherit;
	top: 50px;
	left: 42px;
}
.Do_Box_List ul li {
	background: #fff;
	width: 46%;
	/*height: 270px;*/
	padding: 15px;
	padding-top: 25px;
	margin: 0;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	cursor: pointer;
}
.Do_Box_List ul li:hover {
	background: #f68a20;
}
.Do_Box_List ul li:hover i {
	animation: bouncing 0.5s 0.3s;
}
 @keyframes bouncing {
 from, to {
 transform: scale(1, 1);
}
 25% {
 transform: scale(0.9, 1.1);
}
 50% {
 transform: scale(1.1, 0.9);
}
 75% {
 transform: scale(0.95, 1.05);
}
}
.Do_Box_List ul li:hover h2, .Do_Box_List ul li:hover p, .Do_Box_List ul li:hover a.Do_List_More, .Do_Box_List ul li:hover span.Do_List_More {
	color: #fff;
	transition: all 0.2s ease;
}
.Do_Box_List ul li:hover .do_icon_01 {
	background: url(../images/do_icon_01_active.png) no-repeat;
	width: 62px;
	height: 59px;
	display: inline-block;
	transition: all 1s ease;
}
.Do_Box_List ul li:hover .do_icon_02 {
	background: url(../images/do_icon_02_active.png) no-repeat;
	width: 62px;
	height: 59px;
	display: inline-block;
	transition: all 1s ease;
}
.Do_Box_List ul li:hover .do_icon_03 {
	background: url(../images/do_icon_03_active.png) no-repeat;
	width: 62px;
	height: 59px;
	display: inline-block;
	transition: all 1s ease;
}
.Do_Box_List ul li:hover .do_icon_04 {
	background: url(../images/do_icon_04_active.png) no-repeat;
	width: 62px;
	height: 59px;
	display: inline-block;
	transition: all 1s ease;
}
.Do_Box_List_cont {
/*    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;*/
}
.Do_Box_List ul li h2 {
	font-family: 'PoppinsSemiBold';
	font-size: 17px;
	color: #4c5364;
	padding: 15px 0;
}
.Do_Box_List ul li p {
	font-family: 'PoppinsLight';
	font-size: 14px;
	color: #363b46;
	line-height: 22px;
}
.Do_Box_List_cont {
}
.Do_Box_List_icon {
	width: 100%;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.do_icon_01 {
	background: url(../images/do_icon_01.png) no-repeat;
	width: 62px;
	height: 59px;
	display: inline-block;
}
.do_icon_02 {
	background: url(../images/do_icon_02.png) no-repeat;
	width: 62px;
	height: 59px;
	display: inline-block;
}
.do_icon_03 {
	background: url(../images/do_icon_03.png) no-repeat;
	width: 62px;
	height: 59px;
	display: inline-block;
}
.do_icon_04 {
	background: url(../images/do_icon_04.png) no-repeat;
	width: 62px;
	height: 59px;
	display: inline-block;
}
a.Do_List_More, span.Do_List_More {
	font-family: 'PoppinsLight';
	font-size: 14px;
	color: #f68a20;
	padding-top: 15px;
	display: inline-block;
}
.Do_content_Sec {
	padding: 0 4.5rem;
}
.Do_content_Sec_line {
	position: relative;
	height: 96px;
}
.Do_content_Sec_line:before {
	content: '';
	position: absolute;
	background: url(../images/do_line.svg) no-repeat;
	width: 145px;
	height: 96px;
	left: -78px;
	z-index: -1;
}
.Do_txt {
	padding: 0 55px;
}
.Do_txt h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	color: #000000;
	font-size: 80px;
	line-height: 83px;
	letter-spacing: 1px;
}
.Do_txt h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 25px;
	padding-bottom: 12px;
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	color: #6c7281;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
}
.Do_txt p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 0;
	font-family: 'PoppinsLight';
	text-transform: uppercase;
	color: #6c7281;
	font-size: 23px;
	line-height: 32px;
}
.Do_More {
	display: inline-flex;
}
.Do_More h4 {
	font-family: 'BarlowCondensed-Medium';
	text-transform: uppercase;
	font-size: 18px;
	color: #f68a20;
	position: relative;
}
.Do_More h4:before {
	content: '';
	position: absolute;
	background: #f68a20;
	width: 20px;
	height: 1px;
	background-size: contain;
	top: 12px;
	left: -25px;
}
.Do_More h4:after {
	content: '';
	position: absolute;
	background: url(../images/arrow_we_more.svg) no-repeat;
	width: 20px;
	height: 17px;
	background-size: contain;
	top: 3px;
	right: -25px;
}
.section_For {
	width: calc(100vw - 0rem);
	flex: none;
	position: relative;
	background: #f3f1ef;
	z-index: 1;
	height: 100vh;
}
.section_For .home_header ul li a.active {
	color: #f68a20;
}
.section_For .home_header ul li a.active:before {
	background: #f68a20;
}
.For_Main {
	display: flex;
	height: 100%;
}
.For_lft {
	width: 12%;
	position: relative;
}
.For_head_txt {
	-webkit-transform: rotate(-90deg);
	position: absolute;
	left: 0;
	/* bottom: -150px; */
    /* position: absolute; */
	top: 42%;
	left: 0;
	transform: translate(-39%, -100%) rotate(-90deg);
}
.For_head_txt h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 12px;
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	color: #6c7281;
	font-size: 30px;
	line-height: 28px;
	letter-spacing: 1px;
}
.For_head_txt h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	color: #000000;
	font-size: 80px;
	line-height: 83px;
	letter-spacing: 1px;
	white-space: nowrap;
}
.For_rht {
	width: 88%;
}
.For_Rht_Head {
	display: flex;
	gap: 15px;
}
.For_Rht_Head h2 {
	width: fit-content;
	background: #fff;
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	color: #00acac;
	display: flex;
	align-items: center;
	padding: 5px 10px;
}
.For_Rht_Head p {
	width: 70%;
	font-family: 'PoppinsLight';
	color: #6c7281;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.For_slide {
	width: 85%;
	padding: 25px 0;
	padding-bottom: 0;
}
.For_slide .owl-carousel .owl-item img {
	width: 365px;
	height: 500px;
}
.For_slide .owl-dots {
	text-align: center;
	padding: 8px 0;
}
.For_slide .owl-carousel button.owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 20px;
	background: #6c7281;
	display: inline-flex;
	margin: 0 3px;
}
.For_slide .owl-carousel button.owl-dot.active {
	background: #f68a20;
}
.For_More {
	display: inline-flex;
}
.For_More h4 {
	font-family: 'BarlowCondensed-Medium';
	text-transform: uppercase;
	font-size: 18px;
	color: #f68a20;
	left: 25px;
	position: relative;
}
.For_More h4:before {
	content: '';
	position: absolute;
	background: #f68a20;
	width: 20px;
	height: 1px;
	background-size: contain;
	top: 12px;
	left: -25px;
}
.For_More h4:after {
	content: '';
	position: absolute;
	background: url(../images/arrow_we_more.svg) no-repeat;
	width: 20px;
	height: 17px;
	background-size: contain;
	top: 3px;
	right: -25px;
}
.section_Pride {
	width: calc(100vw - 0rem);
	flex: none;
	position: relative;
	background: #fff;
	z-index: 1;
	height: 100vh;
}
.section_Pride:after {
	background: url(../images/pride_bg.svg);
	width: 720px;
	height: 720px;
	content: '';
	position: absolute;
	right: 0;
	top: 10%;
	background-size: contain;
	z-index: -1;
	background-position: 199px 0px;
	background-repeat: no-repeat;
}
.section_Pride .home_header ul li a.active {
	color: #f68a20;
}
.section_Pride .home_header ul li a.active:before {
	background: #f68a20;
}
.Pride_head {
	padding: 0 6.5rem;
}
.Pride_head h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 22px;
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	color: #6c7281;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 1px;
}
.Pride_Bg {
	width: 70%;
	height: 620px;
	background: url(../images/pride_bg.jpg);
	padding: 20px;
	padding-left: 6.5rem;
}
.Pride_list {
	width: 100%;
}
.Pride_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding-left: 0;
}
.Pride_list ul li {
	padding: 20px;
	margin: 0;
	width: 31%;
	background: rgb(0 0 0 / 78%);
	min-height: 180px;
	color: #fff;
	position: relative;
	margin-top: 60px;
}
.Pride_list ul li h3 {
	color: #f68a20;
	font-size: 17px;
	font-family: 'PoppinsSemiBold';
	padding-bottom: 10px;
}
.Pride_list ul li p {
	color: #fff;
	font-size: 14px;
	font-family: 'PoppinsLight';
}
.pride_icon {
	width: 60px;
	height: 60px;
	background: #00acac;
	position: absolute;
	top: -60px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pride_icon i {
	width: 33px;
	height: 33px;
	display: inline-block;
}
.section_whychoose_Sec {
	width: calc(100vw - 0rem);
	display: flex;
	position: relative;
	background: #fff;
	z-index: 1;
	height: 100vh;
}
.section_whychoose_Sec .section_image-divider {
	width: 12vw;
	flex: none;
	overflow: hidden;
}
.section_whychoose_Sec .image-divider_image-wrap {
	background: rgba(1, 24, 71, .6);
}
.section_whychoose_Sec .image-divider_image {
	filter: blur(5px);
}
.section_whychoose_Sec .choose_content {
	width: 88vw;
	overflow: hidden;
}
.section_whychoose_Sec .choose_content:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 430px solid #f3f1ef;
	border-left: 937px solid transparent;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.choose_txt_sec {
	padding: 0 6.5rem;
}
.why_choose_sec1 h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 15px;
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	color: #6c7281;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 1px;
}
.why_choose_sec1 h5 {
	font-family: 'PoppinsSemiBold';
	color: #6c7281;
	font-size: 15px;
	padding-bottom: 5px;
}
.why_choose_sec1 p {
	font-family: 'PoppinsLight';
	color: #6c7281;
	font-size: 14px;
}
.why_choose_sec1_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	row-gap: 12px;
	width: 50%;
	column-gap: 20px;
	padding: 20px 0;
}
.why_choose_sec1_list ul li {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 7px;
	font-size: 14px;
	color: #00acac;
	padding: 8px 15px;
	padding-left: 35px;
	width: 48%;
	position: relative;
}
.why_choose_sec1_list ul li:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 12px;
	width: 16px;
	height: 12px;
	background: url(../images/tick_list.svg) no-repeat;
	background-size: contain;
}
.why_Intergration_sec1 {
	padding-top: 20px;
}
.why_Intergration_sec1 h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: 'BarlowCondensed-SemiBold';
	text-transform: uppercase;
	color: #6c7281;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 1px;
}
.why_Intergration_sec1 p {
	font-family: 'PoppinsLight';
	color: #6c7281;
	font-size: 14px;
}
.why_Intergration_sec1_list {
	margin-top: 25px
}
.why_Intergration_sec1_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	row-gap: 12px;
	width: 100%;
	column-gap: 20px;
	padding: 0px 0;
}
.why_Intergration_sec1_list ul li {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 7px;
	font-size: 14px;
	color: #00acac;
	padding: 8px 15px;
	width: 135px;
	height: 66px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Prthner_Viewall {
	display: inline-flex;
	margin-top:25px;
}
.Prthner_Viewall h4 {
	font-family: 'BarlowCondensed-Medium';
	text-transform: uppercase;
	font-size: 18px;
	color: #f68a20;
	left: 25px;
	position: relative;
}
.Prthner_Viewall h4:before {
	content: '';
	position: absolute;
	background: #f68a20;
	width: 20px;
	height: 1px;
	background-size: contain;
	top: 12px;
	left: -25px;
}
.Prthner_Viewall h4:after {
	content: '';
	position: absolute;
	background: url(../images/arrow_we_more.svg) no-repeat;
	width: 20px;
	height: 17px;
	background-size: contain;
	top: 3px;
	right: -25px;
}
#MainMenue {
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#menuTop ul {
	flex-wrap: wrap;
	list-style: none;
	padding-left: 10px;
}
#menuTop ul li {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 34px;
	text-align: left;
	display: flex;
}
#menuTop ul li a {
	font-family: 'BarlowCondensed-Regular';
	color: #fff;
	padding: 5px 0;
	font-size: 24px;
	letter-spacing: 0.58px;
}
#menuTop ul li a:before {
	display: none;
}
#MainMenue div {
	width: 100%;
	height: 4px;
	background: #00acac;
	margin: 5px auto;
	transition: all 0.3s;
	backface-visibility: hidden;
}
#MainMenue.on .one {
	transform: rotate(45deg) translate(5px, 5px);
}
#MainMenue.on .two {
	opacity: 0;
}
#MainMenue.on .three {
	transform: rotate(-45deg) translate(7px, -8px);
}
#menuTop {
	color: white;
	border: 1px solid #00acac;
	width: 300px;
	height: auto;
	padding: 20px 20px;
	border-radius: 0;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	line-height: 100px;
	text-align: center;
	margin: auto;
	display: none;
	position: absolute;
	right: 0px;
	background: #00acac;
}
.SocialLink {
	bottom: 60px;
	position: absolute;
}
.SocialLink ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	align-items: center;
	margin-bottom: 35px;
}
.SocialLink ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.SocialLink ul li img {
	height: 16px;
	width: 16px;
}
.Follow_txt {
	font-size: 14px;
	color: #6c7281;
	text-transform: uppercase;
	font-family: 'BarlowCondensed-Medium';
	transform: rotate(270deg);
}
.TopMenuSection {
	position: fixed;
	z-index: 9999;
	right: 57px;
	top: 25px;
}
.anim {
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.TopNavmenue {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.TopNavmenue h1 {
	font-size: 6em;
}
.TopNavmenue .menu-btn {
	position: fixed;
	top: 28px;
	right: 100px;
	cursor: pointer;
	letter-spacing: 5px;
	font-weight: bold;
	background: #061d4a;
    padding: 5px;
}
.TopNavmenue .menu-btn:hover span:nth-child(1) {
	width: 30px;
	margin-left: 15px;
}
.TopNavmenue .menu-btn:hover span:nth-child(3) {
	width: 30px;
	margin-left: 15px;
}
.TopNavmenue .menu-btn span {
	display: block;
	margin: 5px 0;
	background: #00acac;
	width: 30px;
	height: 3px;
	transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.TopNavmenue .menu-btn span:nth-child(1) {
	width: 30px;
	transition-delay: 0.1s;
}
.TopNavmenue .menu-btn span:nth-child(2) {
	width: 45px;
	transition-delay: 0.1s;
}
.TopNavmenue .menu-btn span:nth-child(3) {
	width: 25px;
	transition-delay: 0.1s;
}
.menu.active {
	opacity: 0;
	visibility: hidden;
}
.menu {
	transition: 0.52s;
	z-index: 1111;
	position: fixed;
	top: 0;
	left: 0;
	background: #493e5d;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.menu span {
	position: absolute;
	top: 10px;
	right: 80px;
	color: white;
	font-size: 58px;
	cursor: pointer;
}
.menu .links-container {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	height: 100vh;
}
.menu .links-container a {
	width: 100%;
	height: 400px;
	font-size: 30px;
	text-decoration: none;
	color: whitesmoke;
	transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
	position: relative;
	text-transform: uppercase;
}
.menu .links-container a:hover {
	color: #f68a20;
}
ul.hm_submenue {
	padding-left: 50px;
}
.submenu ul {
	margin: 0;
	padding: 0;
}
.submenu ul li a {
	font-size: 20px !important;
	position: relative;
	padding-left: 15px;
	line-height: 32px;
}


.submenu {
	display: block;
}
.submenu ul {
	list-style:none;
}
.submenu.active {
	display: block;
}
li.submenu-parent {
	text-align: center;
}
ul.links-container {
	margin: 0;
	padding: 0;
}
ul.links-container li {
	margin: 0;
	padding: 0;
}
.menu .menu-title {
	color: white;
	font-size: 1em;
	opacity: 0.4;
	letter-spacing: 10px;
}
.section_hero .parallax-box {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
}
.section_hero .thumbnail {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
	top: -30px;
	position: relative;
}
.image-divider_image_dosec {
	max-width: none;
	object-fit: cover;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: auto;
	z-index: -1;
}
.section_do_Sec .image-divider_image {
	width: 100%;
}
.section_do_Sec .parallax-box {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
}
.section_do_Sec .thumbnail {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}
.section_whychoose_Sec .parallax-box {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
}
.section_whychoose_Sec .thumbnail {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}
.section_whychoose_Sec .image-divider_image_choose {
	max-width: none;
	object-fit: cover;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: auto;
	z-index: -1;
	filter: blur(5px);
}
.ftr_home_copy {
	 padding: 15px 0px;
}


ul.why_tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.why_tabs {
	column-gap: 10px;
	margin-bottom: 15px;

}

ul.why_tabs li{
	width: fit-content;
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	height: inherit;
    box-shadow: none;
	background: #fff;
    border: solid #e9e5e1 1px;
	position:relative;
	
}

ul.why_tabs li.current{
	background: #fff;
 	color: #00acac;
	 border: solid #00acac 1px;
}
ul.why_tabs li.current:after{
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #00acac;
    bottom: -9px;
    left: 50%;
    transform: translate(-50%, 0%);

}


.why_tab-content{
	display: none;
	 
	padding: 0px;
}

.why_tab-content.current{
	display: inherit;
}
.why_tab-content ul li{
	width: 160px;
    height: 75px;
	padding:5px;
}
.why_tab-content ul li img{
	height:100%;
}
ul.hm_ftr_link{
    display: flex;
    column-gap: 20px;
    justify-content: center;
    padding: 0;
    margin: 0;
}
ul.hm_ftr_link li{
	font-size: 13px;
	display:inline;
     padding: 0;
    margin: 0;
    line-height: 14px;
	position:relative;
}
ul.hm_ftr_link li:after{
	position:absolute;
	content:'';
	width:1px;
	height:100%;
	background:#000;
	right: -10px;
}
ul.hm_ftr_link li:last-child:after{
	display:none;
}


ul.hm_ftr_link li a{
	font-size:13px;
}
.Ftr_Hm_Links{
	padding: 0 19.5rem;
	padding-right:6.5rem;;
	display:flex;
	justify-content: space-between;
}



 	.section_intro{height:calc(50vw - 0rem);}
	.section_do_Sec{height:calc(50vw - 0rem);}
	.section_For{height:calc(50vw - 0rem);}
	.section_Pride{height:calc(50vw - 0rem);}
	.section_whychoose_Sec{height:calc(50vw - 0rem);}


