/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
select {
	font-size: 19px;
	font-weight: 500;
	height: 60px;
	padding: 0 15px;
	width: 100%;
	border: 1px solid #ebedee;
	background: #f8fafb;
	border-radius: 4px;
	color: #4d4d4d;
}
input[type="text"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="tel"]::-ms-clear,
select::-ms-clear {
	display: none;
}
input[type="text"].input-sm,
input[type="email"].input-sm,
input[type="password"].input-sm,
input[type="search"].input-sm,
input[type="tel"].input-sm,
select.input-sm {
	font-size: 16px;
}
input[type="text"].input-xs,
input[type="email"].input-xs,
input[type="password"].input-xs,
input[type="search"].input-xs,
input[type="tel"].input-xs,
select.input-xs {
	font-size: 14px;
	height: 40px;
}
input[type="text"].input-error,
input[type="email"].input-error,
input[type="password"].input-error,
input[type="search"].input-error,
input[type="tel"].input-error,
select.input-error {
	border-color: #cd5c5c;
}
input[type="text"] ~ .btn,
input[type="email"] ~ .btn,
input[type="password"] ~ .btn,
input[type="search"] ~ .btn,
input[type="tel"] ~ .btn,
select ~ .btn {
	margin-left: 10px;
}
input[type="text"][readonly],
input[type="email"][readonly],
input[type="password"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
select[readonly] {
	pointer-events: none;
	outline: none;
}
.readonly input[type="text"],
.readonly
  input[type="email"],
.readonly
  input[type="password"],
.readonly
  input[type="search"],
.readonly
  input[type="tel"],
.readonly
  select {
	pointer-events: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/icons-source/icon-arrow-down.svg);
	background-position: 96% 50%;
	background-repeat: no-repeat;
}

select::-ms-expand {
	display: none;
	/* remove default arrow on ie10 and ie11 */
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: inherit;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: inherit;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: inherit;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: inherit;
}

.modal-group:after {
	content: "";
	display: block;
	clear: both;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.ttf?o5zcym") format("truetype"), url("../fonts/icomoon/icomoon.woff?o5zcym") format("woff"), url("../fonts/icomoon/icomoon.svg?o5zcym#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-top:before {
	content: "\e900";
}

.icon-arrow-down:before {
	content: "\e902";
}

.icon-arrow-right:before {
	content: "\e901";
}

.icon-arrow-left:before {
	content: "\e909";
}

.icon-download:before {
	content: "\e903";
}

.icon-search:before {
	content: "\e905";
}

.icon-plus:before {
	content: "\e904";
}

.icon-close:before {
	content: "\e906";
}

.icon-sort .path1:before {
	content: "\e907";
	color: #4d4d4d;
}

.icon-sort .path2:before {
	content: "\e908";
	margin-left: -.625em;
	color: #4d4d4d;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: white;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
	opacity: .7;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */
.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: 0) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Transition effects */
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	.fancybox-slide--image {
		padding: 6px 0;
	}
	.fancybox-close-small {
		right: -6px;
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
	@supports (padding: 0) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}

/* Share */
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.header {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 21px 0 14px;
	background-image: url("../images/top-right-pattern-grey.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top right;
	font-weight: 300;
}
.header .logo {
	margin: 0 0 0 3px;
}
.header .link {
	color: #000;
	text-decoration: none;
	margin: 0 0 5px;
}
.header .link:hover {
	text-decoration: underline;
}

.main-nav {
	font-size: 17px;
	padding: 0 146px 5px 0;
}
.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
}
.main-nav li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.main-nav li.active a:after {
	width: 100%;
}
.main-nav li a {
	position: relative;
	color: inherit;
	text-decoration: none;
}
.main-nav li a:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	top: 100%;
	background: #02969a;
	margin: 5px 0 0;
	-webkit-transition: width .25s linear;
	transition: width .25s linear;
}
.main-nav li a:hover:after {
	width: 100%;
}
.main-nav li + li:before {
	content: "/";
	font-size: 15px;
	margin: 0 43px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	height: 50px;
	min-width: 50px;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 18px;
	cursor: pointer;
}
.btn--solid {
	background-color: #02969a;
	border: none;
	border-radius: 4px;
	color: #fff;
}
.btn--solid:hover {
	background: #00b8b8;
}
.btn--bordered {
	height: 52px;
	min-width: 52px;
	border-width: 2px;
	border-style: solid;
	border-color: #02969a;
	border-radius: 4px;
	background: #fff;
	color: #02969a;
}
.btn--bordered:hover {
	background: #e7f5f6;
}
.btn--bordered [class*="icon-"] {
	margin-right: 5px;
}
.btn--bordered[data-save-field] [class*="icon-"],
.btn--bordered[data-remove-field] [class*="icon-"] {
	margin: 0;
}
.btn--red {
	background: #cd5c5c;
}
.btn--red:hover {
	background: #f08080;
}
.btn--red.btn--bordered {
	color: #cd5c5c;
	border-color: #cd5c5c;
	background: #fff;
}
.btn--red.btn--bordered:hover {
	background: #ffe5e5;
}
.btn--wide {
	min-width: 306px;
	text-align: center;
}
.btn--sm {
	height: 38px;
	min-width: 38px;
	padding: 7px 12px;
}
.btn--xs {
	height: 40px;
	min-width: 44px;
	padding: 4px 12px;
	line-height: 32px;
}
.btn--link {
	height: auto;
	padding: 0;
	font-size: inherit;
}
.btn--link:hover {
	text-decoration: underline;
}
.btn.disabled {
	display: none;
}
.btn .icon-left {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}
.btn .icon-right {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 15px;
}
.btn [class*="icon-"] {
	pointer-events: none;
}

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	background: #e8f6f6;
	color: #4d4d4d;
	font: 500 16px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
	min-width: 1366px;
}

a {
	color: inherit;
	-webkit-tap-highlight-color: transparent;
}

[hidden] {
	display: none;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.w-100 {
	width: 100%;
}

.w-50 {
	width: 50%;
}

.col {
	margin: 0 0 19px;
}
.col.d-flex {
	margin: 0 0 26px;
}
.col-100 {
	width: 100%;
}
.col-50 {
	width: 50%;
	float: left;
	padding-right: 2%;
}
.col-50 + .col-50 {
	padding-left: 2%;
	padding-right: 0;
}

.container {
	max-width: 1270px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.center-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: calc(100vh - 164px);
	padding: 0 50px;
}
.center-box:after {
	content: "";
	min-height: inherit;
	font-size: 0;
}

.content-box {
	background: #fff;
	width: 942px;
	padding: 42px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.content-box::before,
.content-box::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	pointer-events: none;
}
.content-box::before {
	background-image: url("../images/top-right-pattern.png");
	background-position: top right;
}
.content-box::after {
	background-image: url("../images/bottom-left-pattern.png");
	background-position: bottom left;
}

.box-logo {
	margin: 0 0 65px;
}
.box-logo img {
	display: block;
	margin: 0 auto;
	max-width: 238px;
}

.login-form {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}
.login-form label,
.login-form .label {
	display: block;
	font-weight: 600;
	margin: 0 0 14px;
}
.login-form p {
	margin: 0 0 53px;
}
.login-form p:last-of-type {
	margin: 0 0 30px;
}
.login-form input[type="submit"],
.login-form button[type="submit"] {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #02969a;
	border-radius: 4px;
	border: none;
	padding: 0 15px;
	margin: 0;
	min-width: 310px;
	height: 50px;
	cursor: pointer;
}
.login-form .login-submit {
	text-align: center;
	padding-top: 3px;
}
.login-form .login-error {
	text-align: center;
	color: red;
	display: none;
}
.login-form .submit-error .login-error {
	display: block;
}

.main {
	padding: 82px 0;
}

.main-content {
	background: #fff;
	padding: 36px 39px 24px;
}
.main-content .table-wrapper {
	margin: 0 -39px;
}

.control-bar {
	position: relative;
	z-index: 2;
}

.search-form {
	position: relative;
	font-size: 18px;
	width: 100%;
	max-width: 64%;
	margin: 0 0 56px;
}
.search-form .icon-search {
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 8px 11px 0 2px;
	pointer-events: none;
}
.search-form .icon-search + input[type="text"] {
	padding-left: 38px;
}
.search-form input[type="text"] {
	border: solid #ededed;
	border-width: 0 0 2px;
	margin: 0;
	padding: 9px 0 20px;
	background: transparent;
	border-radius: 0;
	height: auto;
	font-weight: 400;
	font-size: 18px;
}
.search-form input[type="text"]:focus {
	outline: none;
	border-color: #4d4d4d;
}

.filters {
	margin: 0 0 25px;
}

.filter {
	position: relative;
	border: 2px solid #c9c9c9;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	margin: 0 14px 0 0;
	font-weight: 500;
	font-size: 18px;
	min-width: 15%;
	max-width: calc(25% - 14px);
}
.filter:nth-of-type(3) {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.filter.filter-opened,
.filter.filter-active {
	background: #e7f5f6;
	border-color: #02969a;
	color: #02969a;
}
.filter .filter-opener {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	padding: 10px 46px 9px 24px;
}
.filter > .icon-arrow-down {
	position: absolute;
	right: 23px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 16px;
	pointer-events: none;
}

.filter-list {
	position: absolute;
	left: -9999px;
	top: -9999px;
	background: #fff;
	margin: 9px 0 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	padding: 23px 27px;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	width: 348px;
	max-height: 483px;
	border-radius: 4px;
}
.filter-opened .filter-list {
	left: -2px;
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.filter-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.filter-list li + li {
	padding-top: 11px;
	border-top: 1px solid #e2e2e2;
}
.filter-list a {
	display: block;
	padding: 6px 0;
	text-decoration: none;
	color: #4d4d4d;
}
.filter-list a:hover {
	color: #02969a;
}
.filter-list a.selected {
	color: #02969a;
}

.main-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.table-stripe th,
.table-stripe td {
	padding: 10px;
	text-align: left;
}
.table-stripe th:first-child,
.table-stripe td:first-child {
	padding-left: 40px;
}
.table-stripe th:last-child,
.table-stripe td:last-child {
	padding-right: 40px;
}

.table-stripe thead th {
	font-size: 16px;
	font-weight: 600;
	height: 100px;
	white-space: nowrap;
}
.table-stripe thead th.sorting,
.table-stripe thead th.sorting_desc,
.table-stripe thead th.sorting_asc {
	background: none;
}
.table-stripe thead th.sorting .icon-sort .path1,
.table-stripe thead th.sorting .icon-sort .path2 {
	opacity: .4;
}
.table-stripe thead th.sorting_asc .icon-sort .path1 {
	opacity: .4;
}
.table-stripe thead th.sorting_asc .icon-sort .path2 {
	opacity: 1;
}
.table-stripe thead th.sorting_desc .icon-sort .path1 {
	opacity: 1;
}
.table-stripe thead th.sorting_desc .icon-sort .path2 {
	opacity: .4;
}
.table-stripe thead th.sorting_disabled .icon-sort {
	display: none;
}
.table-stripe thead th .icon-sort {
	font-size: 16px;
	margin: 0 0 0 2px;
}

.table-stripe tbody tr {
	cursor: pointer;
}
.table-stripe tbody tr:nth-child(odd) td {
	background: #f8fafb;
}
.table-stripe tbody tr td {
	font: 500 15px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
	height: 66px;
}
.table-stripe tbody tr td .tel {
	display: block;
	white-space: nowrap;
}
.table-stripe tbody tr td .tel + .tel {
	margin-top: 3px;
}

.dataTables_length {
	display: none;
}

.dataTables_filter {
	display: none;
}

.dataTables_info {
	display: none;
}

.dataTables_paginate {
	display: none;
}

.dataTables_wrapper .dataTables_processing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	height: auto;
	background: rgba(255, 255, 255, .8);
}

table.dataTable {
	border-collapse: collapse;
}
table.dataTable.no-footer {
	border: none;
}
table.dataTable thead th,
table.dataTable thead td {
	border: none;
	padding: 10px;
}
table.dataTable th,
table.dataTable td {
	box-sizing: border-box;
	padding: 8px 10px;
}
table.dataTable td.dataTables_empty {
	vertical-align: middle;
}

.table-nav {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-top: 2px solid #ebedee;
	padding: 26px 0 0;
}
.table-nav .btn--left {
	float: left;
}
.table-nav .btn--right {
	float: right;
}
.table-nav .btn--next {
	margin: 16px 0 10px 10px;
	padding: 0;
	height: auto;
	font-weight: 400;
}
.table-nav .btn--next [class*="icon-"] {
	font-size: 20px;
	margin-left: 13px;
	display: inline-block;
	vertical-align: top;
}
.table-nav .btn--prev {
	margin: 16px 10px 10px 0;
	padding: 0;
	height: auto;
	font-weight: 400;
}
.table-nav .btn--prev [class*="icon-"] {
	font-size: 20px;
	margin-right: 13px;
	display: inline-block;
	vertical-align: top;
}

.simplebar-scrollbar::before {
	opacity: 1;
	background: #02969a;
}

.simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}

.item-hidden {
	display: none !important;
}

.modal {
	position: relative;
	z-index: 100;
	background: #fff;
	width: 710px;
	box-shadow: 0 2px 15px 1px rgba(0, 0, 0, .2);
	padding: 81px 80px;
	margin: auto;
}
.modal-wrapper {
	background: none;
}
.modal .group-title {
	font-size: 24px;
	font-weight: 600;
	display: block;
	margin: 0 0 32px;
}
.modal .fields-row {
	margin: 0 0 40px;
}
.modal .fields-row .input-header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: baseline;
}
.modal .fields-row .input-header label{
	margin-bottom: 0;
}
.modal .fields-row [data-add-field] {
	margin-bottom: 18px;
}
.modal .inner-row {
	margin: 0 0 30px;
}
.modal .label {
	font-weight: 600;
	display: block;
	margin: 0 0 14px;
}
.modal-close {
	position: absolute;
	right: 38px;
	top: 31px;
	font-size: 21px;
	text-decoration: none;
}
.modal-group {
	margin: 0 0 46px;
}
.modal .btns {
	padding: 15px 0 0;
}
.modal .btns:empty {
	padding: 0;
}
.modal .btns .btn + .btn {
	margin-top: 38px;
}
.modal-alert {
	padding: 40px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	min-width: 300px;
	text-align: center;
}
.modal-alert h3,
.modal-alert .h3 {
	margin: 0;
}
.modal-alert h3 + .btn,
.modal-alert .h3 + .btn {
	margin: 20px 0 0;
}
.modal-alert .btn {
	min-width: 150px;
}

.input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.input-wrapper .btn-copy {
	height: 60px;
	margin-left: 10px;
}

.fake-checkbox {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	padding: 9px 10px;
	margin: 0 6px 12px 0;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}
.input-error .fake-checkbox {
	background: #ffd9d9;
}
.readonly .fake-checkbox {
	pointer-events: none;
}
.fake-checkbox.selected,
.fake-checkbox:hover {
	color: #02969a;
	background: #b3dfe0;
	border-color: #02969a;
}