.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: .5em;
  background: #F4C63D;
  color: #453D3F;
  font-family: Oxygen,Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }
  .chartist-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #F4C63D; }
  .chartist-tooltip.tooltip-show {
    opacity: 1; }

.ct-area, .ct-line {
  pointer-events: none; }

/*# sourceMappingURL=chartist-plugin-tooltip.css.map */

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-grid-background {
  fill: none; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #d70206; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #f05b4f; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #f4c63d; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #d17905; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #453d3f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/*# sourceMappingURL=chartist.css.map */
.n-menu .inactive > .n-menu > ul {
	display: none;
}

.n-menu .active > .n-menu > ul {
	display: block;
}

.n-menu ul {
	padding: 0px;
	margin: 0px;
}

.n-menu {
	width: 100%;
}

.n-menu li {
	list-style: none;
	display: inline-block;
	position: relative;
}

.n-menu a {
	display: block;
	padding: 15px 15px;
	text-decoration: none;
	clear: both;
}

.n-menu ul ul {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	display: none;
}

.n-menu li li {
	display: block;
}

.n-menu .inactive > .dropdown:after {
	content: '▶';
	font-size: 8px;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}

.n-menu .active > .dropdown:after {
	content: '▼';
	font-size: 8px;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}

.n-menu:after {
	clear:both;
}

.n-menu-default * {
	background-color: #222222;
	color: #FFFFFF;
	font-size: 11pt;
}

.n-menu-default .n-menu li.active * {
	background-color: #333333;
	color: #fafafa;
}

.n-menu a img {
	height: 60%;
	display: inline-block;
	vertical-align: top;
	margin-top: -5px;
}

.n-menu li {
	min-width: 200px;
	text-align: center;
}
.n-menu .image-link {
	padding: 0px 15px;
}

.n-menu a {
	border: solid 1px #666;
	border-style: none solid none none;
}

.n-menu .n-menu .n-menu ul {
	margin-left: 200px;
	top: 0%;
}

@media only screen and (max-width: 1280px) {
	.n-menu li {
		min-width: 100px;	
	}
	.n-menu .n-menu .n-menu ul {
		margin-left: 100px;
	}
	.n-menu * {
		font-size: 9pt;
	}
}

@media only screen and (max-width: 1000px) {
	.n-menu li {
		min-width: 65px;	
	}
	.n-menu .n-menu .n-menu ul {
		margin-left: 65px;
	}
	.n-menu a {
		border: none;
		padding: 10px 10px !important;
	}
	.n-menu a:after {
		margin-top: 1px !important;
	}
}
.n-accordion {
	width: 100%;
}

.n-accordion .n-accordion-button {
	width: 100%;
	outline: none;
	border: none;
	text-align: left;
	color: #444444;
	background-color: #EEEEEE;
	cursor: pointer;
	padding: 18px;
	transition: 0.4s;
}

.n-accordion .n-accordion-button::-moz-focus-inner {
	border: none;
}

.n-accordion .active .n-accordion-button, .n-accordion .n-accordion-button:hover {
	background-color: #dddddd;
}

.n-accordion .n-accordion-button:after {
	content: '▶';
	font-size: 13px;
	color: #777777;
	float: right;
}

.n-accordion .active .n-accordion-button:after {
	content: '▼';
}

.n-accordion .n-accordion-content {
	display: none;
}
.n-accordion .active .n-accordion-content {
	display: block;
}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  height: fit-content !important; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.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, 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"],
input[type="submit"] {
  -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: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.flex-one {
  flex: 1; }

.flex-two {
  flex: 2; }

.flex-first {
  order: -1; }

.flex-last {
  order: 1; }

.flex-unordered {
  order: 0; }

.flex-row {
  display: flex;
  flex-direction: row !important; }

.flex-column {
  display: flex;
  flex-direction: column !important; }

.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  display: flex;
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.gap-1 {
  gap: 1.5rem; }

.w-full {
  width: 100%; }

.w-auto {
  width: auto; }

@media (min-width: 576px) {
  .flex-sm-one {
    flex: 1; }
  .flex-sm-two {
    flex: 2; }
  .flex-sm-first {
    order: -1; }
  .flex-sm-last {
    order: 1; }
  .flex-sm-unordered {
    order: 0; }
  .flex-sm-row {
    display: flex;
    flex-direction: row !important; }
  .flex-sm-column {
    display: flex;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    display: flex;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    display: flex;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .gap-sm-1 {
    gap: 1.5rem; }
  .w-sm-full {
    width: 100%; }
  .w-sm-auto {
    width: auto; } }

@media (min-width: 768px) {
  .flex-md-one {
    flex: 1; }
  .flex-md-two {
    flex: 2; }
  .flex-md-first {
    order: -1; }
  .flex-md-last {
    order: 1; }
  .flex-md-unordered {
    order: 0; }
  .flex-md-row {
    display: flex;
    flex-direction: row !important; }
  .flex-md-column {
    display: flex;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    display: flex;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    display: flex;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .gap-md-1 {
    gap: 1.5rem; }
  .w-md-full {
    width: 100%; }
  .w-md-auto {
    width: auto; } }

@media (min-width: 1216px) {
  .flex-lg-one {
    flex: 1; }
  .flex-lg-two {
    flex: 2; }
  .flex-lg-first {
    order: -1; }
  .flex-lg-last {
    order: 1; }
  .flex-lg-unordered {
    order: 0; }
  .flex-lg-row {
    display: flex;
    flex-direction: row !important; }
  .flex-lg-column {
    display: flex;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    display: flex;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    display: flex;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .gap-lg-1 {
    gap: 1.5rem; }
  .w-lg-full {
    width: 100%; }
  .w-lg-auto {
    width: auto; } }

@media (min-width: 1408px) {
  .flex-xl-one {
    flex: 1; }
  .flex-xl-two {
    flex: 2; }
  .flex-xl-first {
    order: -1; }
  .flex-xl-last {
    order: 1; }
  .flex-xl-unordered {
    order: 0; }
  .flex-xl-row {
    display: flex;
    flex-direction: row !important; }
  .flex-xl-column {
    display: flex;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    display: flex;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    display: flex;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .gap-xl-1 {
    gap: 1.5rem; }
  .w-xl-full {
    width: 100%; }
  .w-xl-auto {
    width: auto; } }

@media (min-width: 1600px) {
  .flex-xxl-one {
    flex: 1; }
  .flex-xxl-two {
    flex: 2; }
  .flex-xxl-first {
    order: -1; }
  .flex-xxl-last {
    order: 1; }
  .flex-xxl-unordered {
    order: 0; }
  .flex-xxl-row {
    display: flex;
    flex-direction: row !important; }
  .flex-xxl-column {
    display: flex;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    display: flex;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    display: flex;
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .gap-xxl-1 {
    gap: 1.5rem; }
  .w-xxl-full {
    width: 100%; }
  .w-xxl-auto {
    width: auto; } }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.5rem 0.5rem !important; }

.mt-1 {
  margin-top: 0.5rem !important; }

.mr-1 {
  margin-right: 0.5rem !important; }

.mb-1 {
  margin-bottom: 0.5rem !important; }

.ml-1 {
  margin-left: 0.5rem !important; }

.mx-1 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-2 {
  margin: 1rem 1rem !important; }

.mt-2 {
  margin-top: 1rem !important; }

.mr-2 {
  margin-right: 1rem !important; }

.mb-2 {
  margin-bottom: 1rem !important; }

.ml-2 {
  margin-left: 1rem !important; }

.mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-3 {
  margin: 1.5rem 1.5rem !important; }

.mt-3 {
  margin-top: 1.5rem !important; }

.mr-3 {
  margin-right: 1.5rem !important; }

.mb-3 {
  margin-bottom: 1.5rem !important; }

.ml-3 {
  margin-left: 1.5rem !important; }

.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-4 {
  margin: 2rem 2rem !important; }

.mt-4 {
  margin-top: 2rem !important; }

.mr-4 {
  margin-right: 2rem !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

.ml-4 {
  margin-left: 2rem !important; }

.mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.m-6 {
  margin: 4rem 4rem !important; }

.mt-6 {
  margin-top: 4rem !important; }

.mr-6 {
  margin-right: 4rem !important; }

.mb-6 {
  margin-bottom: 4rem !important; }

.ml-6 {
  margin-left: 4rem !important; }

.mx-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.5rem 0.5rem !important; }

.pt-1 {
  padding-top: 0.5rem !important; }

.pr-1 {
  padding-right: 0.5rem !important; }

.pb-1 {
  padding-bottom: 0.5rem !important; }

.pl-1 {
  padding-left: 0.5rem !important; }

.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-2 {
  padding: 1rem 1rem !important; }

.pt-2 {
  padding-top: 1rem !important; }

.pr-2 {
  padding-right: 1rem !important; }

.pb-2 {
  padding-bottom: 1rem !important; }

.pl-2 {
  padding-left: 1rem !important; }

.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-3 {
  padding: 1.5rem 1.5rem !important; }

.pt-3 {
  padding-top: 1.5rem !important; }

.pr-3 {
  padding-right: 1.5rem !important; }

.pb-3 {
  padding-bottom: 1.5rem !important; }

.pl-3 {
  padding-left: 1.5rem !important; }

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-4 {
  padding: 2rem 2rem !important; }

.pt-4 {
  padding-top: 2rem !important; }

.pr-4 {
  padding-right: 2rem !important; }

.pb-4 {
  padding-bottom: 2rem !important; }

.pl-4 {
  padding-left: 2rem !important; }

.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.p-6 {
  padding: 4rem 4rem !important; }

.pt-6 {
  padding-top: 4rem !important; }

.pr-6 {
  padding-right: 4rem !important; }

.pb-6 {
  padding-bottom: 4rem !important; }

.pl-6 {
  padding-left: 4rem !important; }

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-1 {
    margin-top: 0.5rem !important; }
  .mr-sm-1 {
    margin-right: 0.5rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-1 {
    margin-left: 0.5rem !important; }
  .mx-sm-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-2 {
    margin: 1rem 1rem !important; }
  .mt-sm-2 {
    margin-top: 1rem !important; }
  .mr-sm-2 {
    margin-right: 1rem !important; }
  .mb-sm-2 {
    margin-bottom: 1rem !important; }
  .ml-sm-2 {
    margin-left: 1rem !important; }
  .mx-sm-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-3 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-3 {
    margin-top: 1.5rem !important; }
  .mr-sm-3 {
    margin-right: 1.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-3 {
    margin-left: 1.5rem !important; }
  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-4 {
    margin: 2rem 2rem !important; }
  .mt-sm-4 {
    margin-top: 2rem !important; }
  .mr-sm-4 {
    margin-right: 2rem !important; }
  .mb-sm-4 {
    margin-bottom: 2rem !important; }
  .ml-sm-4 {
    margin-left: 2rem !important; }
  .mx-sm-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-sm-6 {
    margin: 4rem 4rem !important; }
  .mt-sm-6 {
    margin-top: 4rem !important; }
  .mr-sm-6 {
    margin-right: 4rem !important; }
  .mb-sm-6 {
    margin-bottom: 4rem !important; }
  .ml-sm-6 {
    margin-left: 4rem !important; }
  .mx-sm-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-1 {
    padding-top: 0.5rem !important; }
  .pr-sm-1 {
    padding-right: 0.5rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-1 {
    padding-left: 0.5rem !important; }
  .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-2 {
    padding: 1rem 1rem !important; }
  .pt-sm-2 {
    padding-top: 1rem !important; }
  .pr-sm-2 {
    padding-right: 1rem !important; }
  .pb-sm-2 {
    padding-bottom: 1rem !important; }
  .pl-sm-2 {
    padding-left: 1rem !important; }
  .px-sm-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-3 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-3 {
    padding-top: 1.5rem !important; }
  .pr-sm-3 {
    padding-right: 1.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-3 {
    padding-left: 1.5rem !important; }
  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-4 {
    padding: 2rem 2rem !important; }
  .pt-sm-4 {
    padding-top: 2rem !important; }
  .pr-sm-4 {
    padding-right: 2rem !important; }
  .pb-sm-4 {
    padding-bottom: 2rem !important; }
  .pl-sm-4 {
    padding-left: 2rem !important; }
  .px-sm-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-sm-6 {
    padding: 4rem 4rem !important; }
  .pt-sm-6 {
    padding-top: 4rem !important; }
  .pr-sm-6 {
    padding-right: 4rem !important; }
  .pb-sm-6 {
    padding-bottom: 4rem !important; }
  .pl-sm-6 {
    padding-left: 4rem !important; }
  .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-1 {
    margin-top: 0.5rem !important; }
  .mr-md-1 {
    margin-right: 0.5rem !important; }
  .mb-md-1 {
    margin-bottom: 0.5rem !important; }
  .ml-md-1 {
    margin-left: 0.5rem !important; }
  .mx-md-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-2 {
    margin: 1rem 1rem !important; }
  .mt-md-2 {
    margin-top: 1rem !important; }
  .mr-md-2 {
    margin-right: 1rem !important; }
  .mb-md-2 {
    margin-bottom: 1rem !important; }
  .ml-md-2 {
    margin-left: 1rem !important; }
  .mx-md-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-3 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-3 {
    margin-top: 1.5rem !important; }
  .mr-md-3 {
    margin-right: 1.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1.5rem !important; }
  .ml-md-3 {
    margin-left: 1.5rem !important; }
  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-4 {
    margin: 2rem 2rem !important; }
  .mt-md-4 {
    margin-top: 2rem !important; }
  .mr-md-4 {
    margin-right: 2rem !important; }
  .mb-md-4 {
    margin-bottom: 2rem !important; }
  .ml-md-4 {
    margin-left: 2rem !important; }
  .mx-md-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-md-6 {
    margin: 4rem 4rem !important; }
  .mt-md-6 {
    margin-top: 4rem !important; }
  .mr-md-6 {
    margin-right: 4rem !important; }
  .mb-md-6 {
    margin-bottom: 4rem !important; }
  .ml-md-6 {
    margin-left: 4rem !important; }
  .mx-md-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-1 {
    padding-top: 0.5rem !important; }
  .pr-md-1 {
    padding-right: 0.5rem !important; }
  .pb-md-1 {
    padding-bottom: 0.5rem !important; }
  .pl-md-1 {
    padding-left: 0.5rem !important; }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-2 {
    padding: 1rem 1rem !important; }
  .pt-md-2 {
    padding-top: 1rem !important; }
  .pr-md-2 {
    padding-right: 1rem !important; }
  .pb-md-2 {
    padding-bottom: 1rem !important; }
  .pl-md-2 {
    padding-left: 1rem !important; }
  .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-3 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-3 {
    padding-top: 1.5rem !important; }
  .pr-md-3 {
    padding-right: 1.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1.5rem !important; }
  .pl-md-3 {
    padding-left: 1.5rem !important; }
  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-4 {
    padding: 2rem 2rem !important; }
  .pt-md-4 {
    padding-top: 2rem !important; }
  .pr-md-4 {
    padding-right: 2rem !important; }
  .pb-md-4 {
    padding-bottom: 2rem !important; }
  .pl-md-4 {
    padding-left: 2rem !important; }
  .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-md-6 {
    padding: 4rem 4rem !important; }
  .pt-md-6 {
    padding-top: 4rem !important; }
  .pr-md-6 {
    padding-right: 4rem !important; }
  .pb-md-6 {
    padding-bottom: 4rem !important; }
  .pl-md-6 {
    padding-left: 4rem !important; }
  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1216px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-1 {
    margin-top: 0.5rem !important; }
  .mr-lg-1 {
    margin-right: 0.5rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-1 {
    margin-left: 0.5rem !important; }
  .mx-lg-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-2 {
    margin: 1rem 1rem !important; }
  .mt-lg-2 {
    margin-top: 1rem !important; }
  .mr-lg-2 {
    margin-right: 1rem !important; }
  .mb-lg-2 {
    margin-bottom: 1rem !important; }
  .ml-lg-2 {
    margin-left: 1rem !important; }
  .mx-lg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-3 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-3 {
    margin-top: 1.5rem !important; }
  .mr-lg-3 {
    margin-right: 1.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-3 {
    margin-left: 1.5rem !important; }
  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-4 {
    margin: 2rem 2rem !important; }
  .mt-lg-4 {
    margin-top: 2rem !important; }
  .mr-lg-4 {
    margin-right: 2rem !important; }
  .mb-lg-4 {
    margin-bottom: 2rem !important; }
  .ml-lg-4 {
    margin-left: 2rem !important; }
  .mx-lg-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-lg-6 {
    margin: 4rem 4rem !important; }
  .mt-lg-6 {
    margin-top: 4rem !important; }
  .mr-lg-6 {
    margin-right: 4rem !important; }
  .mb-lg-6 {
    margin-bottom: 4rem !important; }
  .ml-lg-6 {
    margin-left: 4rem !important; }
  .mx-lg-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-1 {
    padding-top: 0.5rem !important; }
  .pr-lg-1 {
    padding-right: 0.5rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-1 {
    padding-left: 0.5rem !important; }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-2 {
    padding: 1rem 1rem !important; }
  .pt-lg-2 {
    padding-top: 1rem !important; }
  .pr-lg-2 {
    padding-right: 1rem !important; }
  .pb-lg-2 {
    padding-bottom: 1rem !important; }
  .pl-lg-2 {
    padding-left: 1rem !important; }
  .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-3 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-3 {
    padding-top: 1.5rem !important; }
  .pr-lg-3 {
    padding-right: 1.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-3 {
    padding-left: 1.5rem !important; }
  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-4 {
    padding: 2rem 2rem !important; }
  .pt-lg-4 {
    padding-top: 2rem !important; }
  .pr-lg-4 {
    padding-right: 2rem !important; }
  .pb-lg-4 {
    padding-bottom: 2rem !important; }
  .pl-lg-4 {
    padding-left: 2rem !important; }
  .px-lg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-lg-6 {
    padding: 4rem 4rem !important; }
  .pt-lg-6 {
    padding-top: 4rem !important; }
  .pr-lg-6 {
    padding-right: 4rem !important; }
  .pb-lg-6 {
    padding-bottom: 4rem !important; }
  .pl-lg-6 {
    padding-left: 4rem !important; }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1408px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-1 {
    margin-top: 0.5rem !important; }
  .mr-xl-1 {
    margin-right: 0.5rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-1 {
    margin-left: 0.5rem !important; }
  .mx-xl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-2 {
    margin: 1rem 1rem !important; }
  .mt-xl-2 {
    margin-top: 1rem !important; }
  .mr-xl-2 {
    margin-right: 1rem !important; }
  .mb-xl-2 {
    margin-bottom: 1rem !important; }
  .ml-xl-2 {
    margin-left: 1rem !important; }
  .mx-xl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-3 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-3 {
    margin-top: 1.5rem !important; }
  .mr-xl-3 {
    margin-right: 1.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-3 {
    margin-left: 1.5rem !important; }
  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-4 {
    margin: 2rem 2rem !important; }
  .mt-xl-4 {
    margin-top: 2rem !important; }
  .mr-xl-4 {
    margin-right: 2rem !important; }
  .mb-xl-4 {
    margin-bottom: 2rem !important; }
  .ml-xl-4 {
    margin-left: 2rem !important; }
  .mx-xl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-xl-5 {
    margin: 3rem 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-xl-6 {
    margin: 4rem 4rem !important; }
  .mt-xl-6 {
    margin-top: 4rem !important; }
  .mr-xl-6 {
    margin-right: 4rem !important; }
  .mb-xl-6 {
    margin-bottom: 4rem !important; }
  .ml-xl-6 {
    margin-left: 4rem !important; }
  .mx-xl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-1 {
    padding-top: 0.5rem !important; }
  .pr-xl-1 {
    padding-right: 0.5rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-1 {
    padding-left: 0.5rem !important; }
  .px-xl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-2 {
    padding: 1rem 1rem !important; }
  .pt-xl-2 {
    padding-top: 1rem !important; }
  .pr-xl-2 {
    padding-right: 1rem !important; }
  .pb-xl-2 {
    padding-bottom: 1rem !important; }
  .pl-xl-2 {
    padding-left: 1rem !important; }
  .px-xl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-3 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-3 {
    padding-top: 1.5rem !important; }
  .pr-xl-3 {
    padding-right: 1.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-3 {
    padding-left: 1.5rem !important; }
  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-4 {
    padding: 2rem 2rem !important; }
  .pt-xl-4 {
    padding-top: 2rem !important; }
  .pr-xl-4 {
    padding-right: 2rem !important; }
  .pb-xl-4 {
    padding-bottom: 2rem !important; }
  .pl-xl-4 {
    padding-left: 2rem !important; }
  .px-xl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-xl-5 {
    padding: 3rem 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-xl-6 {
    padding: 4rem 4rem !important; }
  .pt-xl-6 {
    padding-top: 4rem !important; }
  .pr-xl-6 {
    padding-right: 4rem !important; }
  .pb-xl-6 {
    padding-bottom: 4rem !important; }
  .pl-xl-6 {
    padding-left: 4rem !important; }
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 0 !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0 {
    margin-left: 0 !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xxl-1 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xxl-1 {
    margin-top: 0.5rem !important; }
  .mr-xxl-1 {
    margin-right: 0.5rem !important; }
  .mb-xxl-1 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-1 {
    margin-left: 0.5rem !important; }
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xxl-2 {
    margin: 1rem 1rem !important; }
  .mt-xxl-2 {
    margin-top: 1rem !important; }
  .mr-xxl-2 {
    margin-right: 1rem !important; }
  .mb-xxl-2 {
    margin-bottom: 1rem !important; }
  .ml-xxl-2 {
    margin-left: 1rem !important; }
  .mx-xxl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xxl-3 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1.5rem !important; }
  .mr-xxl-3 {
    margin-right: 1.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-3 {
    margin-left: 1.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xxl-4 {
    margin: 2rem 2rem !important; }
  .mt-xxl-4 {
    margin-top: 2rem !important; }
  .mr-xxl-4 {
    margin-right: 2rem !important; }
  .mb-xxl-4 {
    margin-bottom: 2rem !important; }
  .ml-xxl-4 {
    margin-left: 2rem !important; }
  .mx-xxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-xxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-xxl-5 {
    margin: 3rem 3rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5 {
    margin-left: 3rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-xxl-6 {
    margin: 4rem 4rem !important; }
  .mt-xxl-6 {
    margin-top: 4rem !important; }
  .mr-xxl-6 {
    margin-right: 4rem !important; }
  .mb-xxl-6 {
    margin-bottom: 4rem !important; }
  .ml-xxl-6 {
    margin-left: 4rem !important; }
  .mx-xxl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-xxl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-xxl-0 {
    padding: 0 0 !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0 {
    padding-left: 0 !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xxl-1 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xxl-1 {
    padding-top: 0.5rem !important; }
  .pr-xxl-1 {
    padding-right: 0.5rem !important; }
  .pb-xxl-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-1 {
    padding-left: 0.5rem !important; }
  .px-xxl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xxl-2 {
    padding: 1rem 1rem !important; }
  .pt-xxl-2 {
    padding-top: 1rem !important; }
  .pr-xxl-2 {
    padding-right: 1rem !important; }
  .pb-xxl-2 {
    padding-bottom: 1rem !important; }
  .pl-xxl-2 {
    padding-left: 1rem !important; }
  .px-xxl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xxl-3 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1.5rem !important; }
  .pr-xxl-3 {
    padding-right: 1.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-3 {
    padding-left: 1.5rem !important; }
  .px-xxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xxl-4 {
    padding: 2rem 2rem !important; }
  .pt-xxl-4 {
    padding-top: 2rem !important; }
  .pr-xxl-4 {
    padding-right: 2rem !important; }
  .pb-xxl-4 {
    padding-bottom: 2rem !important; }
  .pl-xxl-4 {
    padding-left: 2rem !important; }
  .px-xxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-xxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-xxl-5 {
    padding: 3rem 3rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5 {
    padding-left: 3rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-xxl-6 {
    padding: 4rem 4rem !important; }
  .pt-xxl-6 {
    padding-top: 4rem !important; }
  .pr-xxl-6 {
    padding-right: 4rem !important; }
  .pb-xxl-6 {
    padding-bottom: 4rem !important; }
  .pl-xxl-6 {
    padding-left: 4rem !important; }
  .px-xxl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-xxl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto {
    margin-left: auto !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.bg-blue {
  background-color: #4F8CFB !important; }

.bg-light-blue {
  background-color: rgba(233, 245, 251, 0.5) !important; }

.bg-yellow {
  background-color: #FFB72D !important; }

.bg-light-yellow {
  background-color: #FEF8ED !important; }

.bg-red {
  background-color: #D14E4E !important; }

.bg-purple {
  background-color: #9861B0 !important; }

.bg-orange {
  background-color: #F8A03B !important; }

.bg-light-orange {
  background-color: rgba(248, 210, 179, 0.15) !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-green {
  background-color: #589686 !important; }

.bg-lightest-green {
  background-color: #F4FAF8 !important; }

.bg-group-variable {
  background-color: #19998E !important; }

.bg-group-fixed {
  background-color: #19998E !important; }

.bg-group-mixed {
  background-color: #19998E !important; }

.bg-group-fixed-with-grant {
  background-color: #19998E !important; }

.bg-family-variable {
  background-color: #19998E !important; }

.bg-family-fixed {
  background-color: #19998E !important; }

.bg-family-mixed {
  background-color: #19998E !important; }

.font-regular {
  font-weight: 400 !important; }

.font-medium {
  font-weight: 500 !important; }

.font-semi-bold {
  font-weight: 600 !important; }

.font-bold {
  font-weight: 700 !important; }

.font-black {
  font-weight: 800 !important; }

.font-xs {
  font-size: 0.75rem !important; }

.font-sm {
  font-size: 0.875rem !important; }

.font-base {
  font-size: 1rem !important; }

.font-lg {
  font-size: 1.125rem !important; }

.font-xl {
  font-size: 1.5rem !important; }

.emphasized {
  font-style: italic; }

.text-light-grey {
  color: #D1D1D1 !important; }

.text-mid-grey {
  color: #858585 !important; }

.text-dark-grey {
  color: #3D3D3D !important; }

.text-white {
  color: #FFFFFF !important; }

.text-red {
  color: #FF4000 !important; }

.text-green {
  color: rgba(95, 181, 159, 0.3) !important; }

.text-mid-green {
  color: #5FB59F !important; }

.text-blue {
  color: #4F8CFB !important; }

.text-dark-blue {
  color: #007DB3 !important; }

.text-orange {
  color: #F8A03B !important; }

.text-group_variable {
  color: #19998E !important; }

.text-group_fixed {
  color: #19998E !important; }

.text-group_mixed {
  color: #19998E !important; }

.text-group_fixed_with_grant {
  color: #19998E !important; }

.text-family_variable {
  color: #19998E !important; }

.text-family_fixed {
  color: #19998E !important; }

.text-family_mixed {
  color: #19998E !important; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

@media (min-width: 576px) {
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; }
  .text-sm-left {
    text-align: left; } }

@media (min-width: 768px) {
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; }
  .text-md-left {
    text-align: left; } }

@media (min-width: 1216px) {
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; }
  .text-lg-left {
    text-align: left; } }

@media (min-width: 1408px) {
  .text-xl-right {
    text-align: right; }
  .text-xl-center {
    text-align: center; }
  .text-xl-left {
    text-align: left; } }

@media (min-width: 1600px) {
  .text-xxl-right {
    text-align: right; }
  .text-xxl-center {
    text-align: center; }
  .text-xxl-left {
    text-align: left; } }

.ratio-wrapper {
  display: block;
  position: relative;
  overflow: hidden; }
  .ratio-wrapper.ratio-2by1 {
    padding-top: 50%; }
  .ratio-wrapper.ratio-16by9 {
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
  .ratio-wrapper.ratio-3by2 {
    padding-top: 66.66%; }
  .ratio-wrapper.ratio-4by3 {
    padding-top: 75%; }
  .ratio-wrapper.ratio-1by1 {
    padding-top: 100%; }
  .ratio-wrapper img,
  .ratio-wrapper iframe,
  .ratio-wrapper video {
    display: block;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.ov-footer {
  position: relative;
  background-color: #589686;
  color: #FFFFFF;
  font-size: 0.875rem;
  padding-bottom: 3rem;
  flex-shrink: 0; }
  @media (min-width: 1408px) {
    .ov-footer {
      font-size: 1rem; } }
  .ov-footer img {
    width: 8.5rem; }
    @media (min-width: 1216px) {
      .ov-footer img {
        width: 12.5rem; } }
  .ov-footer__links {
    display: flex;
    flex-direction: column; }
    .ov-footer__links .ov-link {
      font-weight: 400;
      color: #FFFFFF; }
      .ov-footer__links .ov-link:hover, .ov-footer__links .ov-link:focus {
        color: rgba(255, 255, 255, 0.6); }
  .ov-footer__social {
    display: flex;
    flex-direction: row;
    margin-right: 1rem;
    align-items: end; }
    .ov-footer__social .ov-link {
      font-size: 1.5rem;
      margin-right: 1rem;
      padding-right: 0.5rem; }
      .ov-footer__social .ov-link:hover, .ov-footer__social .ov-link:focus {
        color: rgba(255, 255, 255, 0.6); }
  .ov-footer__main {
    padding: 3rem 0 0; }
    .ov-footer__main .ov-footer__brand {
      margin-bottom: 3rem; }
      @media (min-width: 768px) {
        .ov-footer__main .ov-footer__brand {
          margin-bottom: 5rem; } }
    .ov-footer__main .ov-footer__title {
      font-weight: 500;
      margin-bottom: 1rem;
      font-size: 1.125rem; }
      .ov-footer__main .ov-footer__title include media-breakpoint-up(md) {
        font-size: 1.5rem; }
  .ov-footer__meta {
    padding-bottom: 2rem; }
    @media (min-width: 768px) {
      .ov-footer__meta {
        padding-top: 2rem;
        padding-bottom: 1rem; } }
    .ov-footer__meta .ov-footer__copyrights {
      padding-top: 1.5rem;
      opacity: .8;
      text-align: right; }
      @media (min-width: 768px) {
        .ov-footer__meta .ov-footer__copyrights {
          height: 100%;
          padding-top: 0;
          justify-content: flex-end;
          align-items: center; } }

.gent-application .ov-footer {
  background-color: #F4FAF8;
  color: #3A3A3A; }
  .gent-application .ov-footer .ov-footer__links .ov-link {
    color: #0071a1;
    padding: .25rem;
    background-image: linear-gradient(to bottom, #e6f5fc 0, #e6f5fc 100%);
    background-repeat: repeat-x;
    background-position: 0 100%;
    transition: background-size .2s;
    background-size: 1px 0;
    display: inline-block;
    padding-bottom: 0;
    border-bottom: 1px solid #8EBCD6;
    margin-bottom: 0.5rem; }
    .gent-application .ov-footer .ov-footer__links .ov-link:hover {
      background-size: 1px 100%; }
  .gent-application .ov-footer .ov-footer__title {
    margin-bottom: .51rem;
    font-size: 1.125rem; }
    .gent-application .ov-footer .ov-footer__title include media-breakpoint-up(md) {
      font-size: 1.125rem; }
  .gent-application .ov-footer .ov-footer__social-links {
    display: flex;
    gap: 1rem;
    align-items: center; }
    .gent-application .ov-footer .ov-footer__social-links .ov-link {
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2rem;
      height: 2rem;
      border-radius: 100px;
      text-decoration: none;
      color: #007db3; }
      .gent-application .ov-footer .ov-footer__social-links .ov-link:focus, .gent-application .ov-footer .ov-footer__social-links .ov-link:hover {
        outline: 2px solid;
        outline-offset: 2px;
        outline-color: #007db3; }
  .gent-application .ov-footer img {
    width: 58px; }
    @media (min-width: 1408px) {
      .gent-application .ov-footer img {
        width: 70px; } }
  .gent-application .ov-footer .contact a {
    color: #007DB3;
    font-weight: 400;
    text-decoration: underline; }

.ov-footer .ov-footer__cta {
  border-radius: 8px;
  border: 1px solid #F6F6F6;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(44, 63, 72, 0.05);
  padding: 1.5rem;
  margin: 1rem 1rem 3rem 1rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  max-width: 320px;
  line-height: 1.3; }
  @media (min-width: 1216px) {
    .ov-footer .ov-footer__cta {
      border-radius: 8px 0 0 8px;
      margin: 0;
      position: absolute;
      top: 2rem;
      right: 0; } }

.ov-footer .ov-footer__title {
  font-weight: 700; }

.ov-container,
.container {
  position: relative;
  margin: 0 auto;
  max-width: none;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  max-width: 92vw; }
  @media (min-width: 576px) {
    .ov-container,
    .container {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 768px) {
    .ov-container,
    .container {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 1216px) {
    .ov-container,
    .container {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 1408px) {
    .ov-container,
    .container {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 1600px) {
    .ov-container,
    .container {
      padding-right: 32px;
      padding-left: 32px; } }
  @media (min-width: 1408px) {
    .ov-container,
    .container {
      max-width: 1344px;
      width: 100%; } }
  @media (min-width: 1600px) {
    .ov-container,
    .container {
      max-width: 1536px;
      width: 100%; } }

.ov-container-fluid,
.container-fluid {
  position: relative;
  margin: 0 auto;
  max-width: none;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 576px) {
    .ov-container-fluid,
    .container-fluid {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 768px) {
    .ov-container-fluid,
    .container-fluid {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 1216px) {
    .ov-container-fluid,
    .container-fluid {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 1408px) {
    .ov-container-fluid,
    .container-fluid {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 1600px) {
    .ov-container-fluid,
    .container-fluid {
      padding-right: 32px;
      padding-left: 32px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -16px;
      margin-left: -16px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -16px;
      margin-left: -16px; } }
  @media (min-width: 1216px) {
    .row {
      margin-right: -16px;
      margin-left: -16px; } }
  @media (min-width: 1408px) {
    .row {
      margin-right: -16px;
      margin-left: -16px; } }
  @media (min-width: 1600px) {
    .row {
      margin-right: -32px;
      margin-left: -32px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 1216px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 1408px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 1600px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 32px;
      padding-left: 32px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%; }

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%; }

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333333%; }

.pull-2 {
  right: 16.66666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333333%; }

.pull-5 {
  right: 41.66666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333333%; }

.pull-8 {
  right: 66.66666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333333%; }

.pull-11 {
  right: 91.66666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333333%; }

.push-2 {
  left: 16.66666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333333%; }

.push-5 {
  left: 41.66666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333333%; }

.push-8 {
  left: 66.66666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333333%; }

.push-11 {
  left: 91.66666667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.33333333%; }

.offset-2 {
  margin-left: 16.66666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333333%; }

.offset-5 {
  margin-left: 41.66666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333333%; }

.offset-8 {
  margin-left: 66.66666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333333%; }

.offset-11 {
  margin-left: 91.66666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333333%; }
  .pull-sm-2 {
    right: 16.66666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333333%; }
  .pull-sm-5 {
    right: 41.66666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333333%; }
  .pull-sm-8 {
    right: 66.66666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333333%; }
  .pull-sm-11 {
    right: 91.66666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333333%; }
  .push-sm-2 {
    left: 16.66666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333333%; }
  .push-sm-5 {
    left: 41.66666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333333%; }
  .push-sm-8 {
    left: 66.66666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333333%; }
  .push-sm-11 {
    left: 91.66666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333333%; }
  .pull-md-2 {
    right: 16.66666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333333%; }
  .pull-md-5 {
    right: 41.66666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333333%; }
  .pull-md-8 {
    right: 66.66666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333333%; }
  .pull-md-11 {
    right: 91.66666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333333%; }
  .push-md-2 {
    left: 16.66666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333333%; }
  .push-md-5 {
    left: 41.66666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333333%; }
  .push-md-8 {
    left: 66.66666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333333%; }
  .push-md-11 {
    left: 91.66666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; } }

@media (min-width: 1216px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333333%; }
  .pull-lg-2 {
    right: 16.66666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333333%; }
  .pull-lg-5 {
    right: 41.66666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333333%; }
  .pull-lg-8 {
    right: 66.66666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333333%; }
  .pull-lg-11 {
    right: 91.66666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333333%; }
  .push-lg-2 {
    left: 16.66666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333333%; }
  .push-lg-5 {
    left: 41.66666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333333%; }
  .push-lg-8 {
    left: 66.66666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333333%; }
  .push-lg-11 {
    left: 91.66666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; } }

@media (min-width: 1408px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333333%; }
  .pull-xl-2 {
    right: 16.66666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333333%; }
  .pull-xl-5 {
    right: 41.66666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333333%; }
  .pull-xl-8 {
    right: 66.66666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333333%; }
  .pull-xl-11 {
    right: 91.66666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333333%; }
  .push-xl-2 {
    left: 16.66666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333333%; }
  .push-xl-5 {
    left: 41.66666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333333%; }
  .push-xl-8 {
    left: 66.66666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333333%; }
  .push-xl-11 {
    left: 91.66666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; } }

@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xxl-0 {
    right: auto; }
  .pull-xxl-1 {
    right: 8.33333333%; }
  .pull-xxl-2 {
    right: 16.66666667%; }
  .pull-xxl-3 {
    right: 25%; }
  .pull-xxl-4 {
    right: 33.33333333%; }
  .pull-xxl-5 {
    right: 41.66666667%; }
  .pull-xxl-6 {
    right: 50%; }
  .pull-xxl-7 {
    right: 58.33333333%; }
  .pull-xxl-8 {
    right: 66.66666667%; }
  .pull-xxl-9 {
    right: 75%; }
  .pull-xxl-10 {
    right: 83.33333333%; }
  .pull-xxl-11 {
    right: 91.66666667%; }
  .pull-xxl-12 {
    right: 100%; }
  .push-xxl-0 {
    left: auto; }
  .push-xxl-1 {
    left: 8.33333333%; }
  .push-xxl-2 {
    left: 16.66666667%; }
  .push-xxl-3 {
    left: 25%; }
  .push-xxl-4 {
    left: 33.33333333%; }
  .push-xxl-5 {
    left: 41.66666667%; }
  .push-xxl-6 {
    left: 50%; }
  .push-xxl-7 {
    left: 58.33333333%; }
  .push-xxl-8 {
    left: 66.66666667%; }
  .push-xxl-9 {
    left: 75%; }
  .push-xxl-10 {
    left: 83.33333333%; }
  .push-xxl-11 {
    left: 91.66666667%; }
  .push-xxl-12 {
    left: 100%; }
  .offset-xxl-0 {
    margin-left: 0%; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; } }

.ov-header-wrapper:after {
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 1px;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  transform: scaleY(0);
  transform-origin: 50% 0%;
  transition: opacity .15s ease, transform 0s;
  height: 60px; }

.ov-header {
  align-items: center;
  background-color: #FFFFFF;
  width: 100%;
  left: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 95;
  display: flex;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.1, 1) 0s, visibility 0s ease 0s;
  width: 100%;
  height: 60px; }
  @media (min-width: 768px) {
    .ov-header {
      top: 0;
      bottom: auto;
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05); } }
  @media (min-width: 1408px) {
    .ov-header {
      height: 80px;
      display: flex; } }
  .ov-header__menu {
    flex: 0 0 100%;
    padding: 0 1rem; }
    @media (min-width: 768px) {
      .ov-header__menu {
        flex: 2; } }
  .ov-header__search {
    display: block;
    padding: 0 1rem; }
  .ov-header__logo {
    display: none;
    padding: 0 1rem; }
    @media (min-width: 768px) {
      .ov-header__logo {
        display: block; } }
    .ov-header__logo img {
      width: 140px; }
      @media (min-width: 1408px) {
        .ov-header__logo img {
          width: 160px; } }
  .ov-header--brand {
    top: 0;
    bottom: auto;
    position: static;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 1px; }
    .ov-header--brand .ov-header__brand {
      padding: .75rem 0;
      text-align: left; }
      .ov-header--brand .ov-header__brand img {
        width: 130px; }
  .ov-header .environment-tag {
    position: absolute;
    left: 16rem;
    top: 0;
    font-size: 3rem;
    line-height: 3rem;
    text-transform: uppercase; }

body.body-search .ov-header--brand,
body.body-search .ov-header-mobile {
  display: none; }

body.body-search .ov-header__search {
  display: none; }

body.body-search .ov-header .ov-container {
  max-width: none; }

.body-profile .ov-header__search,
.body-personalPage .ov-header__search,
.body-request .ov-header__search,
.body-login-email .ov-header__search,
.body-register-email .ov-header__search {
  display: none; }

.ov-menu {
  display: flex;
  height: 100%;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .ov-menu {
      align-items: center;
      justify-content: flex-end; } }
  .ov-menu .ov-dropdown {
    display: none; }
    @media (min-width: 768px) {
      .ov-menu .ov-dropdown {
        display: flex;
        margin-left: .75rem;
        margin-right: .75rem; } }
    @media (min-width: 1216px) {
      .ov-menu .ov-dropdown {
        margin-left: 1rem;
        margin-right: 1rem; } }
  .ov-menu .overflow-hidden {
    height: 60px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .ov-menu .overflow-hidden {
        width: auto;
        display: flex;
        align-items: center;
        overflow: unset; } }
  .ov-menu .ov-link {
    font-weight: 400 !important;
    text-decoration: none;
    color: #858585 !important;
    outline: none;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 1rem 0;
    width: 100%; }
    @media (min-width: 768px) {
      .ov-menu .ov-link {
        font-weight: 500 !important;
        color: #475B53 !important;
        transition: color 0.45s cubic-bezier(0.5, 0.1, 0, 0.99);
        padding: .5rem 1rem;
        width: auto; } }
    .ov-menu .ov-link__icon .ico {
      color: inherit;
      font-size: 1.125rem;
      margin: 0; }
    @media (min-width: 768px) {
      .ov-menu .ov-link__icon {
        display: none; } }
    .ov-menu .ov-link__label {
      font-size: 0.6875rem;
      line-height: 1.2;
      text-overflow: ellipsis;
      overflow-wrap: break-word; }
      @media (min-width: 768px) {
        .ov-menu .ov-link__label {
          font-size: 1rem; } }
    .ov-menu .ov-link:hover, .ov-menu .ov-link.active {
      color: #3A3A3A !important;
      text-decoration: none;
      font-weight: 500 !important;
      transition: color 0.45s cubic-bezier(0.5, 0.1, 0, 0.99); }
      @media (min-width: 768px) {
        .ov-menu .ov-link:hover, .ov-menu .ov-link.active {
          color: #589686 !important; } }
      .ov-menu .ov-link:hover i, .ov-menu .ov-link.active i {
        color: #4F8CFB; }

.ov-faq-button {
  display: flex;
  height: 100%;
  transition: width 0.2s ease-in-out, background 0.2s ease-in-out; }
  .ov-faq-button__toggle {
    position: relative;
    background-color: #4F8CFB;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: #333332;
    transition: width 0.2s ease-in-out, background 0.2s ease-in-out;
    border: none;
    cursor: pointer; }
  .ov-faq-button__label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #333;
    padding-right: 10px; }

.ov-header-mobile {
  background-color: white;
  position: sticky;
  transition-duration: 0.2s, 0.2s, 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: initial, initial, initial;
  transition-property: -ms-transform, transform, transform;
  top: 0px;
  z-index: 4; }
  .ov-header-mobile:before {
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px -2px 8px;
    content: "";
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: -100px;
    transition-duration: 150ms;
    transition-timing-function: ease-out;
    transition-delay: initial;
    transition-property: opacity;
    pointer-events: none;
    opacity: 0; }
  .ov-header-mobile-inner {
    background-color: white;
    display: flex;
    align-items: center;
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    z-index: 1; }

.ov-faq-button {
  display: flex;
  height: 100%;
  transition: width 0.2s ease-in-out, background 0.2s ease-in-out; }
  .ov-faq-button__toggle {
    position: relative;
    background-color: #4F8CFB;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: #333332;
    transition: width 0.2s ease-in-out, background 0.2s ease-in-out;
    border: none;
    cursor: pointer; }
    .ov-faq-button__toggle:after {
      content: "";
      position: absolute;
      top: 0;
      left: -13px;
      width: 0;
      height: 0;
      border-top: 0 solid transparent;
      border-bottom: 43px solid transparent;
      border-right: 13.5px solid #FFE615;
      transition: border-color 0.2s ease-in-out; }
  .ov-faq-button__label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #333;
    padding-right: 10px; }
  .ov-faq-button__icon {
    width: 20px;
    height: 20px;
    transition: fill 0.1s ease-in-out;
    fill: #333;
    pointer-events: none; }

.gent-application .ov-header-bko .ov-header--brand {
  background: #FFFFFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 888; }

.gent-application .ov-header__logo,
.gent-application .ov-header__brand {
  padding: .75rem 0; }
  .gent-application .ov-header__logo img,
  .gent-application .ov-header__brand img {
    width: auto;
    height: 36px; }
    @media (min-width: 1408px) {
      .gent-application .ov-header__logo img,
      .gent-application .ov-header__brand img {
        height: 44px; } }

.gent-application .ov-menu .ov-link {
  padding: 0.25rem 0; }
  @media (min-width: 768px) {
    .gent-application .ov-menu .ov-link {
      padding: .5rem 1rem;
      padding-right: 1.5rem; } }
  .gent-application .ov-menu .ov-link__label {
    position: relative; }
  .gent-application .ov-menu .ov-link__messages {
    top: 0;
    background-color: #589686; }
    @media (min-width: 768px) {
      .gent-application .ov-menu .ov-link__messages {
        top: -0.5rem;
        right: -1rem; } }
  @media (min-width: 768px) {
    .gent-application .ov-menu .ov-link:hover, .gent-application .ov-menu .ov-link.active {
      color: #589686 !important; }
      .gent-application .ov-menu .ov-link:hover .ov-link__label:after, .gent-application .ov-menu .ov-link.active .ov-link__label:after {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        bottom: -5px;
        height: 3px;
        z-index: -1;
        background-color: #E7EFEB; } }

.gent-application .ov-menu .ov-dropdown__content {
  right: 0;
  left: auto; }

.gent-application .ov-menu .ov-dropdown__item a {
  font-weight: 400; }

.gent-application .ov-menu .ov-dropdown.active .ov-button {
  color: #589686; }
  .gent-application .ov-menu .ov-dropdown.active .ov-button .ov-button__label {
    position: relative; }
    .gent-application .ov-menu .ov-dropdown.active .ov-button .ov-button__label:after {
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      bottom: -5px;
      height: 3px;
      z-index: -1;
      background-color: #E7EFEB; }

.gent-application .ov-menu .overflow-hidden {
  height: 46px; }

.body-overview .gent-application .ov-menu div:not(.overflow-hidden) {
  display: none; }

.body-overview .gent-application .ov-header {
  display: none; }
  @media (min-width: 768px) {
    .body-overview .gent-application .ov-header {
      display: flex; } }

.ov-header-bko .ov-header {
  display: none; }
  @media (min-width: 768px) {
    .ov-header-bko .ov-header {
      display: flex; } }

.nav-menu {
  position: fixed;
  left: 0;
  right: 0;
  height: calc(100vh - 61px);
  z-index: 90;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform .35s ease-in-out;
  top: 61px;
  padding: 1rem 1.5rem 4rem 1.5rem;
  background: white;
  border-left: 1px solid var(--Blue---Tint-3, #B8DFF9);
  box-shadow: -3px 6px 10px 0px rgba(44, 63, 72, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 768px) {
    .nav-menu {
      transform: translateX(0px);
      padding: 1rem;
      height: auto;
      position: static;
      opacity: 1;
      width: auto;
      flex: 2;
      z-index: 35;
      display: block; } }
  .nav-menu .ov-link {
    padding: 1rem 0; }
    .nav-menu .ov-link:not(:last-child) {
      border-bottom: 1px solid #B8DFF9; }
    .nav-menu .ov-link__label {
      margin-left: .25rem;
      color: #2C3F48;
      font-weight: 400; }
  .nav-menu .menu-container {
    display: flex;
    flex-direction: column; }

.nav-menu.is-open {
  transform: translateX(20vw);
  visibility: inherit;
  opacity: 1;
  transition: transform .35s ease-in-out; }

.ov-route-container {
  padding-bottom: 6rem; }
  .ov-route-container .ov-sidebar {
    flex: 0 0 100%;
    width: 100%; }
    @media (min-width: 1216px) {
      .ov-route-container .ov-sidebar {
        flex: 0 0 25%;
        max-width: 25%; } }
  .ov-route-container .ov-page-content {
    flex: 0 0 100%;
    width: 100%; }
    @media (min-width: 1216px) {
      .ov-route-container .ov-page-content {
        flex: 0 0 75%;
        max-width: 75%; } }

.page-container {
  padding: 2rem 0 0; }
  @media (min-width: 1216px) {
    .page-container {
      padding: 3rem 0 0; } }

.gent-application .meta-container {
  background-color: #F4FAF8;
  border-radius: 8px;
  padding: 1.5rem 1.5rem 1rem; }
  .gent-application .meta-container .entry {
    padding: 0.66666667rem 0;
    border-top: 1px solid #CECECE; }

.gent-application .request_history {
  border-top: 1px solid #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
  padding: 0; }
  .gent-application .request_history .collapse-header {
    padding: 0.75rem 0; }
    .gent-application .request_history .collapse-header h4 {
      font-weight: 500;
      margin-bottom: 0; }
      .gent-application .request_history .collapse-header h4 .fa {
        font-size: 1.125rem; }
  .gent-application .request_history .history_container {
    margin-top: 1rem; }
    .gent-application .request_history .history_container .meta_item {
      background-color: #F4FAF8; }
      .gent-application .request_history .history_container .meta_item:not:last-child {
        border-bottom: 1px solid #F6F6F6; }

.ov-side-menu {
  border-bottom: 1px solid #CECECE; }
  @media (min-width: 1216px) {
    .ov-side-menu {
      border-bottom: 0;
      position: sticky;
      top: calc($header-height + $spacer); } }
  .ov-side-menu ul {
    margin: 0;
    padding: 0; }
    .ov-side-menu ul li {
      margin: 0;
      padding: 0;
      font-size: 1.125rem;
      list-style: none; }
  .ov-side-menu ul.ov-sub-menu {
    display: none; }
    @media (min-width: 1216px) {
      .ov-side-menu ul.ov-sub-menu {
        padding-left: 2rem; } }
  .ov-side-menu a.ov-menu-link {
    display: flex;
    padding: 1rem;
    color: #858585;
    white-space: nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-weight: 600; }
    @media (min-width: 1216px) {
      .ov-side-menu a.ov-menu-link {
        padding: 1rem 1.5rem; } }
    .ov-side-menu a.ov-menu-link .menu-item-toggle {
      display: none; }
      @media (min-width: 1216px) {
        .ov-side-menu a.ov-menu-link .menu-item-toggle {
          display: block;
          font-size: 1.125rem;
          position: absolute;
          right: 1rem;
          z-index: 9; } }
    .ov-side-menu a.ov-menu-link:hover, .ov-side-menu a.ov-menu-link:focus {
      text-decoration: none;
      color: #858585; }
    .ov-side-menu a.ov-menu-link.active {
      color: #19998E; }
  .ov-side-menu ul.ov-menu {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0.25rem 0; }
    .ov-side-menu ul.ov-menu::-webkit-scrollbar {
      display: none; }
    @media (min-width: 1216px) {
      .ov-side-menu ul.ov-menu {
        display: block;
        overflow-x: hidden;
        background: #F7F7F7;
        border-radius: 12px;
        margin-top: 1.5rem; }
        .ov-side-menu ul.ov-menu::after {
          clear: both;
          content: "";
          display: table; } }
    .ov-side-menu ul.ov-menu li {
      flex: 0;
      min-width: 30vw; }
      @media (min-width: 576px) {
        .ov-side-menu ul.ov-menu li {
          min-width: 145px; } }
      .ov-side-menu ul.ov-menu li.has-children.open .ov-sub-menu {
        display: none;
        position: absolute;
        background: #FFFFFF;
        border: 1px solid #CECECE;
        border-radius: 8px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
        overflow: hidden auto;
        white-space: nowrap;
        z-index: 10; }
        @media (min-width: 1216px) {
          .ov-side-menu ul.ov-menu li.has-children.open .ov-sub-menu {
            display: block;
            position: static;
            border: none;
            box-shadow: none;
            border-radius: none;
            background: transparent; } }
        .ov-side-menu ul.ov-menu li.has-children.open .ov-sub-menu li {
          min-width: auto; }
          .ov-side-menu ul.ov-menu li.has-children.open .ov-sub-menu li .ov-menu-link {
            font-size: 0.875rem;
            padding-top: 0.66666667rem;
            padding-left: 1rem;
            padding-right: 1rem;
            padding-bottom: 0.66666667rem; }

.gent-application .ov-side-menu ul li {
  font-size: 1rem; }

.gent-application .ov-side-menu a.ov-menu-link {
  font-weight: 500; }

@media (min-width: 1216px) {
  .gent-application .ov-side-menu ul.ov-menu {
    background: #F2F9FC; } }

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400; }

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }

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

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  height: 100%;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: sofia-pro, Helvetica, Arial, Georgia, Sans-serif !important;
  font-size: 1rem;
  line-height: 1.5625;
  color: #475B53 !important;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5625 !important; }
  @media (min-width: 1600px) {
    p {
      font-size: 1.125rem; } }

.gent-application p {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5625 !important; }
  @media (min-width: 1600px) {
    .gent-application p {
      font-size: 1rem; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #CECECE; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 400; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: inherit;
  text-decoration: none;
  font-weight: 700; }
  a:hover, a:focus {
    color: inherit;
    cursor: pointer;
    text-decoration: none; }

p a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600; }
  p a:hover, p a:focus {
    text-decoration: underline;
    color: #637F74;
    cursor: pointer;
    text-decoration: underline; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"], button {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  background-color: #FFFFFF; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #D1D1D1;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left;
  font-weight: 600; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: none; }

input,
button,
select,
textarea {
  margin: 0;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.5625; }
  @media (min-width: 1600px) {
    input,
    button,
    select,
    textarea {
      font-size: 1.125rem; } }
  input:disabled,
  button:disabled,
  select:disabled,
  textarea:disabled {
    opacity: .5;
    cursor: not-allowed; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

input:focus {
  outline: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.site,
.main {
  min-height: 100%; }
  .site main,
  .main main {
    height: 100%; }
    @media (min-width: 768px) {
      .site main,
      .main main {
        margin-top: 60px;
        min-height: calc(100vh - 60px); } }
    @media (min-width: 1408px) {
      .site main,
      .main main {
        margin-top: 80px;
        min-height: calc(100vh - 80px); } }
    .site main > div,
    .main main > div {
      height: 100%;
      display: flex;
      flex-direction: column; }

.body-bko .main main {
  margin-top: 60px;
  min-height: calc(100vh - 60px); }
  @media (min-width: 1408px) {
    .body-bko .main main {
      margin-top: 80px;
      min-height: calc(100vh - 80px); } }

.ov-application .site,
.ov-application .main {
  min-height: calc(100vh - 80px); }

.overflow-hidden {
  overflow: hidden; }

.hide-desktop {
  display: block !important; }
  @media (min-width: 768px) {
    .hide-desktop {
      display: none !important; } }

.hide-tablet {
  display: none !important; }
  @media (min-width: 1216px) {
    .hide-tablet {
      display: block !important; } }

.show-tablet {
  display: block !important; }
  @media (min-width: 1216px) {
    .show-tablet {
      display: none !important; } }

.hide-mobile {
  display: none !important; }
  @media (min-width: 768px) {
    .hide-mobile {
      display: block !important; } }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

.block {
  margin-bottom: 1.5rem; }

.space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

*:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: not-allowed; }

.empty-state {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30rem; }

.ng-fade {
  transition: opacity 0.1s; }
  .ng-fade.ng-leave, .ng-fade.ng-enter-active, .ng-fade.ng-hide-add {
    opacity: 1; }
  .ng-fade.ng-hide, .ng-fade.ng-leave-active, .ng-fade.ng-enter, .ng-fade.ng-hide-remove {
    opacity: 0; }

.ng-scale.ng-hide, .ng-scale.ng-leave-active, .ng-scale.ng-enter, .ng-scale.is-open-remove, .ng-scale.is-open-add-active {
  animation: .3s hide; }

.ng-scale.ng-leave, .ng-scale.ng-enter-active, .ng-scale.is-open-add, .ng-scale.is-open-add-active {
  animation: .45s show; }

@keyframes show {
  0% {
    opacity: 0;
    transform: transform(0, 30%); }
  100% {
    opacity: 1;
    transform: transform(0, 0); } }

@keyframes hide {
  0% {
    opacity: 1;
    transform: transform(0, 0); }
  100% {
    opacity: 0;
    transform: transform(0, 30%); } }

.animate-height {
  transform: scaleY(1);
  max-height: 100%;
  transition: max-height ease 0.25s; }

.animate-height.ng-hide-add,
.animate-height.ng-hide-remove {
  transition: max-height ease 0.25s;
  transform-origin: left top; }

.animate-height.ng-hide {
  transform: scaleY(0);
  max-height: 0;
  transition: max-height ease 0.25s; }

.animate-fade {
  transform: translateY(0);
  opacity: 1;
  transition: all ease 0.25s; }

.animate-fade.ng-hide-add,
.animate-fade.ng-hide-remove {
  transition: transform ease 0.25s;
  transform-origin: left top; }

.animate-fade.ng-hide {
  transform: translateY(-10%);
  opacity: 0;
  transition: all ease 0.25s; }

#routedContent.ng-enter .routed-content {
  opacity: 0;
  transition: all 0.35s cubic-bezier(1, 0.01, 0, 0.99); }

#routedContent.ng-enter-active .routed-content {
  opacity: 1;
  transition: all 0.35s cubic-bezier(1, 0.01, 0, 0.99); }

#routedContent.ng-leave .routed-content {
  opacity: 1;
  transition: all 1s cubic-bezier(1, 0.01, 0, 0.99); }

#routedContent.ng-leave-active .routed-content {
  opacity: 0;
  transition: all 1s cubic-bezier(1, 0.01, 0, 0.99); }

.transition-container {
  position: relative; }

.transition-frame.ng-enter,
.transition-frame.ng-leave {
  background: white;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.transition-frame.ng-enter {
  animation: 1s fade-in;
  z-index: 100; }

.transition-frame.ng-leave {
  animation: 1s fade-out;
  z-index: 99; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes line {
  0% {
    background-color: #CECECE;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  25% {
    background-color: #CECECE;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right; }
  35% {
    background-color: #4F8CFB;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  50% {
    background-color: #4F8CFB;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left; } }

.ov-background-image.img-square {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 0px; }
  @media (min-width: 768px) {
    .ov-background-image.img-square {
      width: 220px; } }

.content .h1 + p,
.content .h2 + p,
.content .h3 + p,
.content .h4 + p,
.content .h5 + p,
.content .h6 + p {
  margin-top: 1rem; }
  @media (min-width: 1216px) {
    .content .h1 + p,
    .content .h2 + p,
    .content .h3 + p,
    .content .h4 + p,
    .content .h5 + p,
    .content .h6 + p {
      margin-top: 1.5rem; } }

.content .h1,
.content .h2,
.content .h3 {
  margin-bottom: 1.5rem; }
  @media (min-width: 1216px) {
    .content .h1,
    .content .h2,
    .content .h3 {
      margin-bottom: 2rem; } }
  @media (min-width: 1408px) {
    .content .h1,
    .content .h2,
    .content .h3 {
      margin-bottom: 3rem; } }
  .content .h1:not(:first-child),
  .content .h2:not(:first-child),
  .content .h3:not(:first-child) {
    margin-top: 2rem; }

.content .h4,
.content .h5 {
  margin-bottom: 1rem !important; }
  @media (min-width: 1216px) {
    .content .h4,
    .content .h5 {
      margin-bottom: 1.5rem; } }
  .content .h4:not(:first-child),
  .content .h5:not(:first-child) {
    margin-top: 1.5rem; }

.content .h6 {
  margin-bottom: 0.5rem !important; }
  @media (min-width: 1216px) {
    .content .h6 {
      margin-bottom: 0.66666667rem; } }
  .content .h6:not(:first-child) {
    margin-top: 0.66666667rem; }

.content a {
  color: inherit;
  text-decoration: underline;
  transition: color .2s ease; }
  .content a:hover, .content a:focus {
    text-decoration: underline;
    color: #637F74;
    outline: none; }

.content .ov-tip {
  padding: 0.5rem;
  justify-content: flex-start; }

.m-content,
.content {
  color: #475B53;
  font-size: 1rem;
  line-height: 1.5625; }
  .m-content.is-small,
  .content.is-small {
    font-size: 0.875rem; }
  .m-content.is-large,
  .content.is-large {
    font-size: 1.125rem; }
  .m-content:not(:last-child),
  .content:not(:last-child) {
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .m-content:not(:last-child),
      .content:not(:last-child) {
        margin-bottom: 2rem; } }
  .m-content p,
  .m-content dl,
  .m-content ol,
  .m-content ul,
  .m-content blockquote,
  .m-content pre,
  .m-content table,
  .content p,
  .content dl,
  .content ol,
  .content ul,
  .content blockquote,
  .content pre,
  .content table {
    font-size: inherit;
    margin-top: 0;
    line-height: 1.5625; }
    .m-content p:not(:last-child),
    .m-content dl:not(:last-child),
    .m-content ol:not(:last-child),
    .m-content ul:not(:last-child),
    .m-content blockquote:not(:last-child),
    .m-content pre:not(:last-child),
    .m-content table:not(:last-child),
    .content p:not(:last-child),
    .content dl:not(:last-child),
    .content ol:not(:last-child),
    .content ul:not(:last-child),
    .content blockquote:not(:last-child),
    .content pre:not(:last-child),
    .content table:not(:last-child) {
      margin-bottom: 1rem; }
  .m-content ul,
  .content ul {
    padding: 0 0 0 1.25rem !important; }
    .m-content ul li,
    .content ul li {
      list-style-type: circle !important; }
  .m-content p,
  .content p {
    color: inherit;
    font-size: 1rem;
    line-height: 1.5625; }
    @media (min-width: 1216px) {
      .m-content p,
      .content p {
        font-size: 1.125rem; } }
    .m-content p br,
    .content p br {
      display: block;
      font-size: 2px;
      line-height: 16px;
      content: ""; }
  .m-content strong,
  .content strong {
    font-weight: 700; }
  .m-content p strong,
  .m-content b,
  .content p strong,
  .content b {
    font-weight: 500; }
  .m-content .h5 + *,
  .content .h5 + * {
    margin-top: 3rem; }
  .m-content .h1 + p,
  .m-content .h2 + p,
  .m-content .h3 + p,
  .m-content .h4 + p,
  .m-content .h5 + p,
  .m-content .h6 + p,
  .content .h1 + p,
  .content .h2 + p,
  .content .h3 + p,
  .content .h4 + p,
  .content .h5 + p,
  .content .h6 + p {
    margin-top: 1rem; }
    @media (min-width: 1216px) {
      .m-content .h1 + p,
      .m-content .h2 + p,
      .m-content .h3 + p,
      .m-content .h4 + p,
      .m-content .h5 + p,
      .m-content .h6 + p,
      .content .h1 + p,
      .content .h2 + p,
      .content .h3 + p,
      .content .h4 + p,
      .content .h5 + p,
      .content .h6 + p {
        margin-top: 1.5rem; } }
  .m-content .h2 + div,
  .m-content .h3 + div,
  .content .h2 + div,
  .content .h3 + div {
    margin-top: 3rem; }
  .m-content p + .h1,
  .m-content p + .h2,
  .m-content p + .h3,
  .m-content p + .h4,
  .m-content p + .h5,
  .m-content p + .h6,
  .content p + .h1,
  .content p + .h2,
  .content p + .h3,
  .content p + .h4,
  .content p + .h5,
  .content p + .h6 {
    margin-top: 4rem; }
  .m-content p + ul,
  .m-content p + ol,
  .content p + ul,
  .content p + ol {
    margin-top: 0rem; }
  .m-content a:not(.ov-link):not(.ov-button),
  .m-content p a:not(.ov-link):not(.ov-button),
  .content a:not(.ov-link):not(.ov-button),
  .content p a:not(.ov-link):not(.ov-button) {
    position: relative;
    text-decoration: none;
    font-weight: 500;
    color: #5FB59F; }
    .m-content a:not(.ov-link):not(.ov-button):hover,
    .m-content p a:not(.ov-link):not(.ov-button):hover,
    .content a:not(.ov-link):not(.ov-button):hover,
    .content p a:not(.ov-link):not(.ov-button):hover {
      color: #589686;
      transition: color 1s ease-in; }
  .m-content table,
  .content table {
    width: 100%;
    margin: 0;
    border: none;
    border-collapse: collapse td;
      border-collapse-border: none; }
    .m-content table tr,
    .content table tr {
      border-bottom: 1px solid #E2E2E2; }
  .m-content img,
  .content img {
    width: 100%;
    height: auto; }
  .m-content .icon,
  .content .icon {
    margin-bottom: 1rem; }
    .m-content .icon img,
    .content .icon img {
      width: auto; }

.gent-application .m-content .h2 + div,
.gent-application .m-content .h3 + div,
.gent-application .content .h2 + div,
.gent-application .content .h3 + div {
  margin-top: 1rem; }

.ov-form-field {
  margin-bottom: 1rem; }

.ov-notification-type {
  border-bottom: 1px solid #ebebeb;
  padding: 1rem 0; }

.ov-form-wrapper.ov-line-wrapper {
  border-bottom: 1px solid #ebebeb;
  padding: 1rem 0; }
  .ov-form-wrapper.ov-line-wrapper .ov-line-display {
    background: #FFFFFF;
    display: flex;
    flex-flow: row wrap; }
    .ov-form-wrapper.ov-line-wrapper .ov-line-display .value {
      color: #858585;
      margin-top: 0.66666667rem; }
    .ov-form-wrapper.ov-line-wrapper .ov-line-display .actions {
      text-align: right; }
    .ov-form-wrapper.ov-line-wrapper .ov-line-display > * {
      flex: 1; }
  .ov-form-wrapper.ov-line-wrapper form {
    margin-top: 0;
    width: 100%; }
    @media (min-width: 1216px) {
      .ov-form-wrapper.ov-line-wrapper form {
        width: 75%; } }

.ov-form-wrapper.ov-box-wrapper {
  background: transparent; }

.ov-form .field {
  font-size: 1rem;
  line-height: 1.5625;
  appearance: none;
  border: 1px solid #CECECE;
  border-radius: 8px;
  color: #3D3D3D;
  background: #FFFFFF;
  min-height: 3rem;
  padding: .75rem 1.5rem;
  display: block;
  width: 100%;
  margin: 0 !important; }
  .ov-form .field::placeholder {
    color: #3D3D3D;
    font-style: normal; }
  .ov-form .field:hover, .ov-form .field:focus {
    border-color: #CECECE;
    outline: none; }
  .ov-form .field:disabled {
    opacity: .4; }
  .ov-form .field.invalid {
    border-color: #D14E4E; }

.ov-form .widget.tag_select_combo_box .combo_box_wrapper {
  display: flex;
  flex-flow: column-reverse; }
  .ov-form .widget.tag_select_combo_box .combo_box_wrapper .combo_box {
    font-size: 1rem;
    line-height: 1.5625;
    appearance: none;
    border: 1px solid #CECECE;
    border-radius: 8px;
    color: #3D3D3D;
    background: #FFFFFF;
    min-height: 3rem;
    padding: 0;
    display: block;
    width: 100%;
    margin: 0 !important; }
    .ov-form .widget.tag_select_combo_box .combo_box_wrapper .combo_box::placeholder {
      color: #3D3D3D;
      font-style: normal; }
    .ov-form .widget.tag_select_combo_box .combo_box_wrapper .combo_box:hover, .ov-form .widget.tag_select_combo_box .combo_box_wrapper .combo_box:focus {
      border-color: #CECECE;
      outline: none; }
    .ov-form .widget.tag_select_combo_box .combo_box_wrapper .combo_box:disabled {
      opacity: .4; }
    .ov-form .widget.tag_select_combo_box .combo_box_wrapper .combo_box.invalid {
      border-color: #D14E4E; }
    .ov-form .widget.tag_select_combo_box .combo_box_wrapper .combo_box .input_holder input {
      width: 100%;
      padding: .75rem 1.5rem; }

.ov-form .widget.tag_select_combo_box .selected_tag_wrapper {
  margin-top: .5rem; }
  .ov-form .widget.tag_select_combo_box .selected_tag_wrapper .tag {
    height: 2.5rem;
    line-height: 2.5rem; }

.ov-form .widget.multi_select_list .multi_select_list_item {
  border-bottom: none; }
  .ov-form .widget.multi_select_list .multi_select_list_item .select_box {
    height: auto; }
    .ov-form .widget.multi_select_list .multi_select_list_item .select_box input[type="checkbox"] {
      position: absolute !important;
      opacity: 0 !important;
      cursor: pointer;
      width: 10rem;
      height: 100%;
      z-index: 10; }
      .ov-form .widget.multi_select_list .multi_select_list_item .select_box input[type="checkbox"]:required + label:after {
        content: '*';
        display: block;
        color: #C35B5B; }
      .ov-form .widget.multi_select_list .multi_select_list_item .select_box input[type="checkbox"].ng-valid-required + label:after {
        content: '*';
        display: block;
        color: #C35B5B; }
      .ov-form .widget.multi_select_list .multi_select_list_item .select_box input[type="checkbox"]:checked + label:before {
        background: #475B53;
        border: none;
        transform: none; }
      .ov-form .widget.multi_select_list .multi_select_list_item .select_box input[type="checkbox"]:disabled + label {
        color: #D1D1D1;
        cursor: auto; }
      .ov-form .widget.multi_select_list .multi_select_list_item .select_box input[type="checkbox"]:checked + label:after {
        content: '\e900';
        font-size: 1rem;
        font-family: 'icomoon';
        position: absolute;
        color: #FFFFFF;
        line-height: 1.5;
        left: 0.125rem;
        top: 0.125rem; }
    .ov-form .widget.multi_select_list .multi_select_list_item .select_box label {
      position: relative;
      cursor: pointer;
      padding: 0;
      margin: 0;
      display: flex;
      font-size: 1rem;
      font-weight: 400; }
      .ov-form .widget.multi_select_list .multi_select_list_item .select_box label::after {
        transform: none; }
      .ov-form .widget.multi_select_list .multi_select_list_item .select_box label::before {
        content: '';
        margin-top: .185rem;
        margin-right: 0.75rem;
        display: block;
        min-width: 1.25rem;
        width: 1.25rem;
        height: 1.25rem;
        background: white;
        border-radius: 4px;
        border: 1px solid #CECECE;
        top: auto;
        left: auto;
        transform: none; }
  .ov-form .widget.multi_select_list .multi_select_list_item .item_content {
    padding-left: 2rem;
    align-items: flex-start; }

.ov-form .widget.nfe_form.nfe_text_area .field + .fa {
  display: none; }

.ov-form .select-controls,
.ov-form .controls {
  height: 50px;
  position: relative;
  display: block;
  border: none; }
  .ov-form .select-controls .select,
  .ov-form .controls .select {
    appearance: none;
    border: 1px solid #CECECE;
    border-radius: 8px;
    margin: 0 !important;
    background-color: transparent;
    color: #475B53;
    padding: 0px 0px 0px 1rem !important;
    height: 100%;
    min-height: auto !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
    text-overflow: ellipsis;
    font-size: 1rem;
    text-decoration: none !important;
    transition: all .2s ease; }
    .ov-form .select-controls .select:focus,
    .ov-form .controls .select:focus {
      outline: none; }
  .ov-form .select-controls:after,
  .ov-form .controls:after {
    position: absolute;
    pointer-events: none;
    font-family: 'icomoon' !important;
    content: "\e901";
    right: 0;
    top: 12px;
    font-size: 1.25rem;
    right: 14px; }

.ov-form #sectionDVO .description {
  color: #858585;
  margin-bottom: 1rem;
  font-size: 1rem; }

.ov-form #sectionDVO .nfe_input_field .field_wrapper {
  display: flex;
  flex-direction: column-reverse; }

.ov-form .field-container {
  display: flex;
  flex-direction: column; }
  .ov-form .field-container:last-child {
    margin-bottom: 0.5rem; }
  .ov-form .field-container.inline {
    flex-direction: row; }
    .ov-form .field-container.inline .label {
      margin-right: 0.66666667rem; }
  .ov-form .field-container .field-icon {
    font-size: 1.125rem !important;
    color: #4F8CFB;
    line-height: 3rem;
    padding: 0 .75rem;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center; }
    .ov-form .field-container .field-icon.valid {
      color: rgba(95, 181, 159, 0.3); }
    .ov-form .field-container .field-icon.invalid {
      color: #C35B5B !important;
      background-color: transparent !important; }
  .ov-form .field-container .input-group {
    width: 100%;
    position: relative; }
    .ov-form .field-container .input-group .field-icon.valid {
      font-size: 1.125rem !important;
      color: rgba(95, 181, 159, 0.3); }
  .ov-form .field-container .terms_and_conditions {
    background-color: transparent !important;
    padding: 0; }

.ov-form .field-container, .ov-form .multiple-field-container {
  margin-bottom: .5rem; }

.ov-form .prefix_wrapper {
  position: relative; }
  .ov-form .prefix_wrapper .ico {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

.ov-form .ov-fields-wrapper {
  display: flex; }
  .ov-form .ov-fields-wrapper div:nth-child(odd) {
    margin-right: 1rem; }
  .ov-form .ov-fields-wrapper--vertical {
    flex-direction: column; }
    .ov-form .ov-fields-wrapper--vertical div:nth-child(odd) {
      margin-right: 0; }
  .ov-form .ov-fields-wrapper > * {
    flex: 1; }

.ov-form .label {
  margin-top: 1rem !important;
  margin-bottom: .25rem !important; }

.ov-form table.responsive_table tbody td:before {
  width: 50% !important; }
  @media (min-width: 768px) {
    .ov-form table.responsive_table tbody td:before {
      width: 25%; } }

.ov-form .ov-weekday-select-field {
  padding: 1.5rem 0;
  max-width: calc(100vw - 1rem); }

.ov-form .ov-date-picker .button {
  background: #5FB59F; }
  .ov-form .ov-date-picker .button .ico {
    top: .25rem; }

.ov-form .a-datepicker {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border: 1px solid #CECECE;
  margin-top: .25rem;
  overflow: hidden; }
  .ov-form .a-datepicker table {
    border: none; }
    .ov-form .a-datepicker table thead {
      border: none;
      background: #F4FAF8; }
    .ov-form .a-datepicker table td.selected {
      background-color: #5FB59F; }
      .ov-form .a-datepicker table td.selected a {
        background: transparent !important;
        border: none; }
    .ov-form .a-datepicker table caption {
      border-radius: 8px 8px 0 0;
      background: #589686;
      padding: 0;
      line-height: inherit;
      height: auto;
      caption-side: initial !important; }
      .ov-form .a-datepicker table caption a {
        position: static;
        padding: 1rem;
        height: auto;
        width: auto;
        line-height: inherit; }
        .ov-form .a-datepicker table caption a:hover, .ov-form .a-datepicker table caption a:focus {
          background: #5FB59F; }
      .ov-form .a-datepicker table caption .month {
        flex: 1;
        font-size: 0.875rem !important;
        line-height: 1.5625 !important;
        font-weight: 700 !important;
        text-align: center;
        display: block; }
  .ov-form .a-datepicker .next .icon-chevron-down {
    display: block;
    transform: rotate(-90deg); }
  .ov-form .a-datepicker .prev .icon-chevron-down {
    display: block;
    transform: rotate(90deg); }

.ov-form .widget.contact_person_editor {
  background: #FFFFFF; }
  .ov-form .widget.contact_person_editor .contact_person .secondary_fields {
    display: flex;
    justify-content: space-between; }
    .ov-form .widget.contact_person_editor .contact_person .secondary_fields > * {
      flex: 1; }

.ov-form .widget.request.request-options .options-list {
  padding: 0; }
  .ov-form .widget.request.request-options .options-list .list-option {
    list-style: none;
    border-bottom: none;
    margin: 0;
    padding: 0.5rem 0; }
    .ov-form .widget.request.request-options .options-list .list-option:first-child {
      border-top: none; }
    .ov-form .widget.request.request-options .options-list .list-option .option-comments {
      margin-top: 1rem; }

.ov-form .widget.koza_priority_questions .questions_list_item {
  padding: 0.75rem 0 !important;
  margin: 0 !important; }
  .ov-form .widget.koza_priority_questions .questions_list_item .question_content {
    margin: 0 !important; }

.ov-form .fr-form-section-header {
  margin-bottom: 0.5rem !important;
  border-bottom: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.ov-form .button .ico {
  line-height: 2.125;
  width: 3rem;
  transition: transform 0.4s cubic-bezier(0.5, 0.1, 0, 0.99);
  margin: 0;
  font-size: 1.5rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center; }

.ov-form .button .ico:nth-child(2) {
  transform: translateY(100%); }

.ov-form .active.button .ico:first-child {
  transform: translateY(-100%); }

.ov-form .active.button .ico:nth-child(2) {
  transform: translateY(0); }

.ov-form .fr-steps {
  margin-top: 1rem;
  background-color: transparent; }
  .ov-form .fr-steps .fr-step {
    border-radius: 290486px;
    flex: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: none;
    padding: .25rem 1rem;
    background: #F4FAF8;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.5rem; }
    .ov-form .fr-steps .fr-step .fr-step-label {
      display: none; }
      @media (min-width: 768px) {
        .ov-form .fr-steps .fr-step .fr-step-label {
          display: inline-block; } }
    @media (min-width: 768px) {
      .ov-form .fr-steps .fr-step {
        width: auto; } }
    .ov-form .fr-steps .fr-step.active {
      background: #5FB59F; }

.ov-form .field-icon {
  font-size: 1.125rem !important; }
  .ov-form .field-icon.valid {
    color: rgba(95, 181, 159, 0.3); }
  .ov-form .field-icon.invalid {
    color: #C35B5B !important;
    background-color: transparent !important; }

.ov-form .field-problem, .ov-form .field-problem.messages, .ov-form .message {
  padding: 0.25rem 0.5rem !important;
  margin: 0.5rem 0 0 0 !important;
  box-shadow: none !important;
  background-color: #FEEFEF !important;
  color: #B62E2E !important; }

.ov-form .field-description {
  color: #858585; }

.ov-form .field-container.terms_and_conditions {
  padding: 0; }

.ov-form .field-prefix-wrapper .field {
  border-radius: 8px 0 0 8px; }

.ov-form .field-prefix-wrapper .button {
  border-radius: 0 8px 8px 0; }

.ov-form .field-label {
  color: #475B53;
  margin: .5rem 0 .25rem;
  padding: 0; }
  .ov-form .field-label .label.required::after {
    padding: 0;
    content: "*";
    color: #D14E4E; }

.search-provider-box-wrapper {
  flex-flow: column-reverse nowrap;
  min-height: auto;
  margin: 0;
  padding: 0; }
  .search-provider-box-wrapper .selected_tag_wrapper {
    max-width: 100%;
    margin-top: 6px; }
    .search-provider-box-wrapper .selected_tag_wrapper .selected_tag .tag {
      border-radius: 4px;
      background: #B8DFF9;
      margin: 0px 4px 0 0;
      padding: 4px 8px;
      color: #2C3F48;
      font-size: 12px;
      position: relative;
      height: 22px;
      line-height: 14px;
      font-weight: 400;
      border: none; }
      @media (min-width: 1216px) {
        .search-provider-box-wrapper .selected_tag_wrapper .selected_tag .tag {
          background: #B8DFF9; } }
      .search-provider-box-wrapper .selected_tag_wrapper .selected_tag .tag i {
        color: #2C3F48;
        position: absolute;
        top: 5px;
        right: 4px;
        font-size: 12px;
        width: auto; }
      .search-provider-box-wrapper .selected_tag_wrapper .selected_tag .tag span {
        padding: 0;
        padding-right: .75rem;
        display: block; }
      .search-provider-box-wrapper .selected_tag_wrapper .selected_tag .tag .fa-times:hover, .search-provider-box-wrapper .selected_tag_wrapper .selected_tag .tag .tag .fa-times:focus {
        color: #2C3F48;
        background-color: transparent; }

.widget.combo_box .input_holder input {
  width: 100%;
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border: none;
  border-radius: 0;
  color: inherit;
  background: #fff;
  min-height: auto;
  padding: 0;
  margin: 0; }
  .widget.combo_box .input_holder input::placeholder {
    color: #858585;
    font-style: normal; }

.widget.combo_box .input_holder div:not(.dropdown_container) {
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background: #FFFFFF;
  padding: 4px 16px;
  height: 2.5rem; }

.widget.combo_box .input_holder .dropdown_container {
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0px 3px 4px -1px rgba(44, 63, 72, 0.15);
  margin-top: 4px; }
  .widget.combo_box .input_holder .dropdown_container .dropdown .dropdown_item {
    color: #306F9D;
    border-bottom: none;
    cursor: pointer;
    list-style: none;
    padding: 0 2px;
    margin: 12px 1rem;
    line-height: 1.5;
    position: relative; }
    .widget.combo_box .input_holder .dropdown_container .dropdown .dropdown_item.active {
      background-color: transparent; }
    .widget.combo_box .input_holder .dropdown_container .dropdown .dropdown_item:hover {
      border-radius: 4px;
      background-color: #E9F5FB; }
      .widget.combo_box .input_holder .dropdown_container .dropdown .dropdown_item:hover:after {
        content: '\e917';
        font-size: 1rem;
        font-family: 'icomoon';
        position: absolute;
        color: inherit;
        top: 50%;
        right: 4px;
        transform: translateY(-50%);
        background: transparent;
        box-shadow: none;
        border: none;
        line-height: 1.25; }
    .widget.combo_box .input_holder .dropdown_container .dropdown .dropdown_item.empty_value {
      color: #858585; }
      .widget.combo_box .input_holder .dropdown_container .dropdown .dropdown_item.empty_value:hover {
        background: transparent; }
        .widget.combo_box .input_holder .dropdown_container .dropdown .dropdown_item.empty_value:hover:after {
          display: none; }

.widget.tag_select_combo_box .combo_box_wrapper {
  flex-flow: column-reverse nowrap;
  min-height: auto;
  margin: 0;
  padding: 0; }
  .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper {
    max-width: 100%; }
    .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag {
      line-height: 1.2; }
      .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag {
        border-radius: 4px;
        background: #B8DFF9;
        border: 1px solid #B8DFF9;
        margin: 0px .25rem 0 0;
        padding: .25rem .5rem;
        color: #2C3F48;
        font-size: 12px;
        position: relative;
        height: auto;
        line-height: 1.2;
        font-weight: 500;
        margin-top: 4px; }
        @media (min-width: 1216px) {
          .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag {
            background: #E9F5FB;
            border: 1px solid #E9F5FB; } }
        .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag i {
          color: #2C3F48;
          position: absolute;
          top: 4px;
          right: 4px;
          font-size: 12px;
          width: auto; }
        .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag span {
          padding-right: .75rem;
          display: block; }
        .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag .fa-times:hover, .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag .tag .fa-times:focus {
          color: #2C3F48;
          background-color: transparent; }
      .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag-action {
        background: transparent;
        border: 1px solid #E9E9E9; }
        .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag-action i {
          color: #2C3F48;
          position: absolute;
          left: 0;
          right: auto;
          font-size: 12px;
          width: auto; }
        .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag-action span {
          padding-left: 1rem;
          padding-right: 0;
          display: block; }

.mint .ov-form .field::placeholder,
.mint .ov-form .widget.tag_select_combo_box .combo_box_wrapper::placeholder,
.mint .widget.combo_box .input_holder input::placeholder {
  color: #A7A7A7 !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 800;
  line-height: 1.5625 !important;
  color: #475B53; }

.h1, .h2, .h3, .h4, .h5, .h6, .plain {
  font-family: inherit;
  font-weight: 800;
  line-height: 1.5625;
  color: #475B53; }

h1.plain,
h2.plain,
h3.plain,
h4.plain,
h5.plain,
h6.plain {
  font-family: inherit;
  font-weight: 800; }

.h4, .h5, .h6 {
  line-height: 1.5625 !important; }

h1,
.h1 {
  font-size: 34px; }
  @media screen and (min-width: 320px) {
    h1,
    .h1 {
      font-size: calc(2.77777778vw + 25.11111111px); } }
  @media screen and (min-width: 1400px) {
    h1,
    .h1 {
      font-size: 64px; } }

h2,
.h2 {
  font-size: 28px; }
  @media screen and (min-width: 320px) {
    h2,
    .h2 {
      font-size: calc(1.85185185vw + 22.07407407px); } }
  @media screen and (min-width: 1400px) {
    h2,
    .h2 {
      font-size: 48px; } }

h3,
.h3 {
  font-size: 24px; }
  @media screen and (min-width: 320px) {
    h3,
    .h3 {
      font-size: calc(1.11111111vw + 20.44444444px); } }
  @media screen and (min-width: 1400px) {
    h3,
    .h3 {
      font-size: 36px; } }

h4,
.h4 {
  font-size: 22px; }
  @media screen and (min-width: 320px) {
    h4,
    .h4 {
      font-size: calc(0.55555556vw + 20.22222222px); } }
  @media screen and (min-width: 1400px) {
    h4,
    .h4 {
      font-size: 28px; } }

h5,
.h5 {
  font-size: 20px; }
  @media screen and (min-width: 320px) {
    h5,
    .h5 {
      font-size: calc(0.37037037vw + 18.81481481px); } }
  @media screen and (min-width: 1400px) {
    h5,
    .h5 {
      font-size: 24px; } }

h6,
.h6 {
  font-size: 18px; }
  @media screen and (min-width: 320px) {
    h6,
    .h6 {
      font-size: calc(0.18518519vw + 17.40740741px); } }
  @media screen and (min-width: 1400px) {
    h6,
    .h6 {
      font-size: 20px; } }

.gent-application h1,
.gent-application .h1 {
  font-size: 24px; }
  @media screen and (min-width: 320px) {
    .gent-application h1,
    .gent-application .h1 {
      font-size: calc(2.22222222vw + 16.88888889px); } }
  @media screen and (min-width: 1400px) {
    .gent-application h1,
    .gent-application .h1 {
      font-size: 48px; } }

.gent-application h2,
.gent-application .h2 {
  font-size: 28px; }
  @media screen and (min-width: 320px) {
    .gent-application h2,
    .gent-application .h2 {
      font-size: calc(0vw + 28px); } }
  @media screen and (min-width: 1400px) {
    .gent-application h2,
    .gent-application .h2 {
      font-size: 28px; } }

.gent-application h3,
.gent-application .h3 {
  font-size: 24px; }
  @media screen and (min-width: 320px) {
    .gent-application h3,
    .gent-application .h3 {
      font-size: calc(0vw + 24px); } }
  @media screen and (min-width: 1400px) {
    .gent-application h3,
    .gent-application .h3 {
      font-size: 24px; } }

.gent-application h4,
.gent-application .h4 {
  font-size: 20px; }
  @media screen and (min-width: 320px) {
    .gent-application h4,
    .gent-application .h4 {
      font-size: calc(0vw + 20px); } }
  @media screen and (min-width: 1400px) {
    .gent-application h4,
    .gent-application .h4 {
      font-size: 20px; } }

.gent-application h5,
.gent-application .h5 {
  font-size: 18px; }
  @media screen and (min-width: 320px) {
    .gent-application h5,
    .gent-application .h5 {
      font-size: calc(0vw + 18px); } }
  @media screen and (min-width: 1400px) {
    .gent-application h5,
    .gent-application .h5 {
      font-size: 18px; } }

.gent-application h6,
.gent-application .h6 {
  font-size: 16px; }
  @media screen and (min-width: 320px) {
    .gent-application h6,
    .gent-application .h6 {
      font-size: calc(0vw + 16px); } }
  @media screen and (min-width: 1400px) {
    .gent-application h6,
    .gent-application .h6 {
      font-size: 16px; } }

.title {
  font-weight: 700; }

.subtitle {
  font-weight: 600;
  display: block; }

.display {
  font-weight: 500; }

.fine {
  font-weight: 400; }

.underlined {
  position: relative;
  display: inline-block; }
  .underlined:after {
    content: '';
    border-radius: 100px;
    display: block;
    width: 140px;
    opacity: 0.6;
    height: .5rem;
    background-color: #F9D74A;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%); }
  @media (min-width: 768px) {
    .underlined {
      position: relative; }
      .underlined:after {
        display: none; }
      .underlined span {
        position: relative;
        display: inline-block; }
        .underlined span:after {
          content: '';
          border-radius: 100px;
          display: block;
          width: 100%;
          opacity: 0.6;
          height: 5px;
          background-color: #F9D74A;
          position: absolute;
          bottom: -2px;
          z-index: -1; } }

.gent-application .underlined:after {
  display: none; }

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

.fa {
  font-weight: normal; }

.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-size: inherit;
  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-sort:before {
  content: "\e902";
  font-size: 120%; }

.icon-sort-asc:before {
  content: "\e904";
  font-size: 120%; }

.icon-sort-desc:before {
  content: "\e919";
  font-size: 120%; }

.icon-folder:before {
  content: "\e907"; }

.icon-home:before {
  content: "\e90b"; }

.icon-heart:before {
  content: "\e923"; }

.icon-facebook:before {
  content: "\e91a"; }

.icon-instagram:before {
  content: "\e91f"; }

.icon-linkedin:before {
  content: "\e924"; }

.icon-twitter:before {
  content: "\e925"; }

.icon-youtube:before {
  content: "\e926"; }

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

.icon-user:before {
  content: "\e915"; }

.icon-group:before {
  content: "\e918"; }

.icon-family:before {
  content: "\e908";
  font-size: 120%; }

.icon-euro:before {
  content: "\e922"; }

.icon-filter:before {
  content: "\e909";
  font-size: 115%; }

.icon-help-question:before {
  content: "\e91e"; }

.icon-map:before {
  content: "\e921";
  font-size: 115%; }

.icon-alert-triangle:before {
  content: "\e910"; }

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

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

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

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

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

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

.icon-arrow-up:before {
  content: "\e92c"; }

.icon-arrow-up-circle:before {
  content: "\e92d"; }

.icon-at-sign:before {
  content: "\e92e"; }

.icon-bell:before {
  content: "\e92f"; }

.icon-bookmark:before {
  content: "\e942"; }

.icon-box:before {
  content: "\e930"; }

.icon-briefcase:before {
  content: "\e931"; }

.icon-calendar:before {
  content: "\e91c"; }

.icon-camera:before {
  content: "\e943"; }

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

.icon-chevron-down:before {
  content: "\e901"; }

.icon-chevron-left:before {
  content: "\e90a"; }

.icon-chevron-right:before {
  content: "\e917"; }

.icon-chevron-up:before {
  content: "\e91d"; }

.icon-chevrons-down:before {
  content: "\e932"; }

.icon-chevrons-left:before {
  content: "\e90e"; }

.icon-chevrons-right:before {
  content: "\e933"; }

.icon-chevrons-up:before {
  content: "\e934"; }

.icon-circle:before {
  content: "\e944"; }

.icon-clock:before {
  content: "\e935"; }

.icon-compass:before {
  content: "\e941"; }

.icon-copy:before {
  content: "\e945"; }

.icon-edit1:before {
  content: "\e90f"; }

.icon-edit:before {
  content: "\e912"; }

.icon-eye:before {
  content: "\e946"; }

.icon-eye-off:before {
  content: "\e947"; }

.icon-file:before {
  content: "\e948"; }

.icon-flag:before {
  content: "\e949"; }

.icon-folder1:before {
  content: "\e929"; }

.icon-gift:before {
  content: "\e936"; }

.icon-globe:before {
  content: "\e937"; }

.icon-home1:before {
  content: "\e938"; }

.icon-image:before {
  content: "\e94a"; }

.icon-list:before {
  content: "\e90c"; }

.icon-lock:before {
  content: "\e94b"; }

.icon-mail:before {
  content: "\e914"; }

.icon-map-pin:before {
  content: "\e90d"; }

.icon-maximize:before {
  content: "\e94c"; }

.icon-maximize-2:before {
  content: "\e94d"; }

.icon-message-circle:before {
  content: "\e939"; }

.icon-minimize:before {
  content: "\e94e"; }

.icon-minimize-2:before {
  content: "\e94f"; }

.icon-move:before {
  content: "\e950"; }

.icon-navigation:before {
  content: "\e911"; }

.icon-package:before {
  content: "\e93a"; }

.icon-paperclip:before {
  content: "\e951"; }

.icon-phone:before {
  content: "\e920"; }

.icon-play:before {
  content: "\e952"; }

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

.icon-power:before {
  content: "\e953"; }

.icon-printer:before {
  content: "\e916";
  font-size: 120%; }

.icon-scissors:before {
  content: "\e954"; }

.icon-share:before {
  content: "\e955"; }

.icon-share-2:before {
  content: "\e93b"; }

.icon-shopping-cart:before {
  content: "\e93c"; }

.icon-star:before {
  content: "\e93d"; }

.icon-tag:before {
  content: "\e956"; }

.icon-target:before {
  content: "\e957"; }

.icon-trash:before {
  content: "\e93e"; }

.icon-unlock:before {
  content: "\e958"; }

.icon-watch:before {
  content: "\e93f"; }

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

.icon-zap:before {
  content: "\e940"; }

.fa-duotone {
  color: #4F8CFB !important; }

.loader {
  width: 38px;
  height: 60px; }
  .loader__inner {
    background-image: url(/resources/images/loader-ov2.svg);
    background-repeat: no-repeat;
    width: 100%;
    animation: stroll 1s infinite steps(5);
    background-size: 200%; }

@keyframes stroll {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -300px; } }

@keyframes dance {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -580px; } }

.ov-section {
  padding: 1.5rem 0; }
  @media (min-width: 1216px) {
    .ov-section {
      padding: 2rem 0; } }
  @media (min-width: 1600px) {
    .ov-section {
      padding: 4rem 0; } }
  .ov-section--no-padding-bottom {
    padding-bottom: 0; }
    @media (min-width: 1216px) {
      .ov-section--no-padding-bottom {
        padding: 1.5rem 0; } }
  .ov-section--small {
    padding: 1.5rem 0; }
    @media (min-width: 1216px) {
      .ov-section--small {
        padding: 3rem 0; } }
  .ov-section--large {
    padding: 2rem 0; }
    @media (min-width: 1216px) {
      .ov-section--large {
        padding: 4rem 0; } }
  .ov-section--image-text {
    padding: 0; }
    @media (min-width: 768px) {
      .ov-section--image-text {
        padding: 4rem 0;
        display: flex;
        align-items: center; } }
    .ov-section--image-text .row {
      align-items: center; }
  .ov-section--form {
    padding: 0; }
    @media (min-width: 768px) {
      .ov-section--form {
        padding: 4rem 0;
        display: flex;
        align-items: center; } }
    .ov-section--form .row {
      align-items: center; }
    .ov-section--form .ov-section__image {
      margin-bottom: 2rem;
      width: 100%; }
      .ov-section--form .ov-section__image img {
        width: 100%; }
      @media (min-width: 768px) {
        .ov-section--form .ov-section__image {
          width: 80%;
          margin-bottom: 0; } }
  .ov-section--banner {
    background: #F4FAF8; }
  .ov-section__image {
    margin-bottom: 2rem;
    width: 100%; }
    .ov-section__image img {
      width: 100%; }
    @media (min-width: 768px) {
      .ov-section__image {
        width: 60%;
        margin-bottom: 0; } }
  .ov-section__text {
    margin-bottom: 3rem; }
    @media (min-width: 1216px) {
      .ov-section__text {
        margin-bottom: 0; } }
    .ov-section__text .title-tag {
      margin-bottom: 0.66666667rem;
      display: inline-flex;
      color: #306F9D;
      border-radius: 100px;
      background: #E9F5FB;
      padding: 6px 20px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5; }
  .ov-section--help-banner .ov-card {
    border: none; }
    .ov-section--help-banner .ov-card .ov-card__image {
      display: block;
      margin: auto; }

.ov-search-banner {
  background-image: url(/resources/images/illustrations/banner-background.png);
  background-size: cover; }
  .ov-search-banner .ov-search {
    margin: 0 auto;
    max-width: 580px; }

.gent-application .ov-section {
  padding: 2rem 0; }
  @media (min-width: 1216px) {
    .gent-application .ov-section {
      padding: 4rem 0; } }

.gent-application .gent-search-banner.home {
  background: linear-gradient(rgba(207, 232, 235, 0.15), rgba(207, 232, 235, 0.15)), url(/resources/images/gent/gent-search-banner.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important; }

.gent-application .gent-search-banner.bko {
  background: linear-gradient(rgba(207, 232, 235, 0.15), rgba(207, 232, 235, 0.15)); }

.gent-application .ov-section--large {
  padding: 3rem 0; }
  @media (min-width: 1216px) {
    .gent-application .ov-section--large {
      padding: 4rem 0; } }

.gent-application .ov-section--image-text {
  padding: 3rem 0; }
  @media (min-width: 1216px) {
    .gent-application .ov-section--image-text {
      padding: 4rem 0; } }

.gent-application .ov-section--form .ov-section__image {
  margin-bottom: 2rem;
  width: 100%; }
  .gent-application .ov-section--form .ov-section__image img {
    width: 100%; }
  @media (min-width: 768px) {
    .gent-application .ov-section--form .ov-section__image {
      width: 150%;
      margin-bottom: 0; } }
  @media (min-width: 1216px) {
    .gent-application .ov-section--form .ov-section__image {
      width: 100%;
      margin-bottom: 0; } }

.ov-form-banner {
  background: url(/resources/images/illustrations/banner-illustration.svg), #FEF8ED;
  background-repeat: no-repeat;
  background-position: bottom left; }

.ov-alert {
  text-align: left;
  padding: 1.5rem;
  margin: 1.5rem 0.66666667rem;
  position: relative; }
  @media (min-width: 1216px) {
    .ov-alert {
      margin: 1.5rem 0; } }
  .ov-alert--important {
    background: #FFF4E4;
    color: #D28400; }
    .ov-alert--important h1, .ov-alert--important h2, .ov-alert--important h3, .ov-alert--important h4, .ov-alert--important h5, .ov-alert--important h6 {
      color: #D28400 !important; }
    .ov-alert--important p {
      color: #475B53; }
  .ov-alert--warning {
    background: #FEEFEF;
    color: #B62E2E; }
    .ov-alert--warning h1, .ov-alert--warning h2, .ov-alert--warning h3, .ov-alert--warning h4, .ov-alert--warning h5, .ov-alert--warning h6 {
      color: #B62E2E !important; }
    .ov-alert--warning p {
      color: #475B53; }
  .ov-alert--notice {
    background: #EFF3FE;
    color: #2E6EB6; }
    .ov-alert--notice h1, .ov-alert--notice h2, .ov-alert--notice h3, .ov-alert--notice h4, .ov-alert--notice h5, .ov-alert--notice h6 {
      color: #2E6EB6 !important; }
    .ov-alert--notice p {
      color: #475B53; }
  .ov-alert--base {
    background: #FFFFFF;
    border: 2px solid #E2E2E2;
    border-radius: 16px; }
  .ov-alert__content a {
    margin-left: auto;
    margin-top: 1.5rem; }
  .ov-alert__content .title, .ov-alert__content .subtitle {
    font-weight: 700;
    margin-bottom: .5rem;
    color: inherit; }
  .ov-alert__content .title {
    font-size: 1.125rem; }
    @media (min-width: 1216px) {
      .ov-alert__content .title {
        font-size: 1.25rem; } }
  .ov-alert__content .subtitle {
    font-size: 1rem; }
    @media (min-width: 1216px) {
      .ov-alert__content .subtitle {
        font-size: 1.125rem; } }
  .ov-alert__close {
    position: absolute;
    top: 1rem;
    right: 1rem; }

.ov-banner {
  padding: 3rem 0;
  background: #F4FAF8;
  width: 100%; }
  @media (min-width: 768px) {
    .ov-banner .ov-search .ov-combo-box__inner {
      box-shadow: none;
      border: 1px solid #CECECE; } }

.warning-banner {
  background: #FEDC35;
  padding: 0.5rem;
  text-align: center; }
  .warning-banner__title {
    font-size: 1.25rem;
    font-weight: bold; }
  .warning-banner__description {
    font-size: 1rem; }

.ov-form-banner .ov-form .field-success {
  background: transparent !important; }
  .ov-form-banner .ov-form .field-success .success {
    color: green !important; }

.ov-form-banner .ov-button {
  margin-top: 1rem; }

.ov-browser-warning {
  z-index: 99999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  inset: 0px;
  overflow: hidden;
  transition: transform .4s ease, opacity .6s linear;
  background: #FFFFFF; }
  .ov-browser-warning__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .ov-browser-warning__inner a {
      text-decoration: underline !important;
      font-weight: 700; }

.ov-button {
  appearance: none;
  background-color: transparent;
  border: 1px solid #CECECE;
  border-radius: 290486px;
  color: #475B53;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  height: 3rem;
  padding: 0 1.5rem;
  position: relative;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  text-decoration: none !important;
  transition: all .2s ease; }
  .ov-button + .ov-button {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .ov-button + .ov-button {
        margin-left: 1rem;
        margin-top: 0; } }
  .ov-button span:not(.ico) {
    display: block;
    margin-bottom: .125rem; }
  .ov-button:hover, .ov-button.is-active, .ov-button.is-open {
    background-color: #F7F7F7;
    border-color: #5FB59F;
    color: #5FB59F; }
  .ov-button:disabled {
    opacity: .5;
    cursor: not-allowed; }
  @media (min-width: 768px) {
    .ov-button {
      font-size: 1rem; } }
  @media (min-width: 1600px) {
    .ov-button {
      padding: 0 2rem; } }
  .ov-button .fit {
    width: fit-content; }
  .ov-button--cta, .ov-button--green {
    border: 1px solid #5FB59F;
    color: #FFFFFF;
    background-color: #5FB59F; }
    .ov-button--cta:hover, .ov-button--cta:active, .ov-button--green:hover, .ov-button--green:active {
      color: #5FB59F;
      background-color: #FFFFFF; }
  .ov-button--blue {
    border: 1px solid #4F8CFB;
    color: #FFFFFF;
    background-color: #4F8CFB; }
    .ov-button--blue:hover, .ov-button--blue:active {
      color: #4F8CFB;
      border-color: #4F8CFB;
      background-color: #FFFFFF; }
  .ov-button--transparent .ov-button__toggle-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-right: 3px;
    fill: #333332; }
  .ov-button--transparent .ov-button__label {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: .5rem; }
    .ov-button--transparent .ov-button__label span.first {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 180px;
      line-height: 1; }
    .ov-button--transparent .ov-button__label span.capacity {
      font-size: 12px;
      text-transform: uppercase;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 180px;
      line-height: 1;
      color: #666; }
  .ov-button--icon {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .ov-button--white {
    border: none;
    color: #475B53 !important;
    background-color: white; }
    .ov-button--white:hover, .ov-button--white:active {
      background-color: rgba(255, 255, 255, 0.85);
      color: #475B53 !important; }
  .ov-button--red {
    background-image: radial-gradient(circle at center, #FF385C 0%, #E61E4D 27.5%, #E31C5F 40%, #D70466 57.5%, #BD1E59 75%, #BD1E59 100%); }
  .ov-button.base, .ov-button--base {
    height: 2.625rem;
    padding: 0 1.5rem; }
  .ov-button.small, .ov-button--small {
    height: 2.5rem;
    padding: 0 1rem; }
  .ov-button--square {
    border-radius: 0;
    padding: 1rem; }
  .ov-button--link {
    border: none;
    color: inherit;
    background: transparent;
    padding: .675rem 0; }
    .ov-button--link:hover, .ov-button--link:active {
      background: transparent;
      color: inherit;
      border: none; }
  .ov-button--floating {
    background-color: #3A3A3A;
    border: none;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: rgba(0, 0, 0, 0.28) 0px 8px 28px;
    color: #F7F7F7; }
    .ov-button--floating:hover, .ov-button--floating:active {
      background-color: black;
      color: #F7F7F7;
      border: none; }
  .ov-button--floating-white {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    border-radius: 8px;
    color: #3A3A3A; }
    .ov-button--floating-white:hover {
      background-color: #f7f7f7;
      color: #3A3A3A; }
  .ov-button--tooltip {
    border: none;
    color: #FFFFFF;
    background-size: 100%;
    background-image: linear-gradient(253deg, #19998E 0, #19998E 100%);
    position: relative;
    z-index: 2; }
    .ov-button--tooltip:before {
      border-radius: inherit;
      background-image: linear-gradient(253deg, #19998E 0, rgba(30, 108, 250, 0.8) 100%);
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      width: 100%;
      z-index: -2;
      transition: opacity 0.45s; }
    .ov-button--tooltip:hover:before {
      opacity: 1; }
    .ov-button--tooltip:hover, .ov-button--tooltip:active {
      color: #FFFFFF; }
    .ov-button--tooltip .divider {
      padding: 0 1rem;
      border-left: 1px solid #F7F7F7;
      margin-left: 1rem; }
      .ov-button--tooltip .divider .link {
        text-decoration: underline;
        margin-bottom: 0.125rem;
        font-weight: 500; }
  .ov-button.has-active-filter .count {
    background: #5FB59F;
    color: #FFFFFF;
    border-radius: 290486px;
    width: 26px;
    height: 26px;
    display: flex;
    position: absolute;
    right: .75rem;
    justify-content: center; }
    @media (min-width: 1216px) {
      .ov-button.has-active-filter .count {
        width: 28px;
        height: 28px; } }
  .ov-button__label {
    display: flex;
    align-items: center;
    white-space: nowrap; }
    .ov-button__label a:hover, .ov-button__label a:active {
      color: #FFFFFF;
      text-decoration: none; }
    .ov-button__label.has-icon .ico {
      display: inline-block;
      vertical-align: baseline; }
    .ov-button__label.has-icon span:not(.ico) {
      display: block;
      white-space: nowrap;
      margin-left: 0.5rem;
      margin-bottom: .125rem; }
    .ov-button__label.has-icon i {
      line-height: 1.5; }
    .ov-button__label.has-icon--right {
      flex-direction: row-reverse; }
      .ov-button__label.has-icon--right .ico {
        margin-left: 0.5rem;
        margin-right: 0; }
  .ov-button--back {
    font-size: 1.125rem;
    display: flex;
    margin-top: 0.66666667rem;
    align-items: center; }
    .ov-button--back .ico {
      margin-top: .125rem; }

.ov-button-group {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 768px) {
    .ov-button-group {
      flex-direction: row; } }
  .ov-button-group > :not(:first-child) {
    margin-left: 1rem; }

.gent-application .ov-button {
  font-weight: 500;
  height: 2.5rem;
  min-height: 2.5rem;
  border-radius: 4px;
  padding: .5rem 1rem;
  margin: 0;
  line-height: 1.5; }
  .gent-application .ov-button:hover {
    border: 1px solid #F9D74A;
    background: #E7EFEB;
    cursor: pointer; }
  .gent-application .ov-button span:not(.ico) {
    margin-bottom: 0;
    white-space: nowrap; }

.gent-application .ov-button--white {
  color: #555555;
  background-color: #FFFFFF;
  border: 1px solid #CECECE; }
  .gent-application .ov-button--white:hover {
    color: #306F9D;
    border: 1px solid #F9D74A;
    background: #E9F5FB;
    cursor: pointer; }

.gent-application .ov-button--shadow {
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(44, 63, 72, 0.05);
  height: 3rem;
  min-height: 3rem;
  justify-content: space-between;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .gent-application .ov-button--shadow {
      margin-bottom: 0; }
      .gent-application .ov-button--shadow + .ov-button {
        margin-left: 1rem; } }
  .gent-application .ov-button--shadow .ov-button__label {
    gap: 12px;
    padding-right: 2rem; }
  .gent-application .ov-button--shadow svg {
    height: 16px;
    margin-bottom: 0.25rem; }
  .gent-application .ov-button--shadow .ico,
  .gent-application .ov-button--shadow i {
    color: #306F9D; }

.gent-application .back-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border-radius: 4px;
  background: #E9F5FB;
  padding: .5rem .675rem;
  color: #306F9D;
  font-weight: 500;
  margin-bottom: 1.5rem; }

.gent-application .ov-button--base {
  color: #5C666A;
  background-color: #FFFFFF;
  border: 1px solid #F7F7F7; }
  .gent-application .ov-button--base:hover {
    color: #306F9D;
    border: 1px solid #F9D74A;
    background: #E9F5FB; }

.gent-application .ov-button.radio_button {
  color: #5C666A;
  background-color: #FFFFFF;
  border: 1px solid #F7F7F7; }
  .gent-application .ov-button.radio_button:hover {
    color: #306F9D;
    border: 1px solid #F9D74A;
    background: #E9F5FB; }

.gent-application .ov-button--link {
  border: none;
  color: #007DB3;
  background: transparent;
  padding: .675rem 0; }
  .gent-application .ov-button--link:hover, .gent-application .ov-button--link:active {
    background: transparent;
    color: inherit;
    border: none; }

.gent-application .ov-button--icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center; }

.gent-application .ov-button-group {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem; }
  @media (min-width: 768px) {
    .gent-application .ov-button-group {
      flex-direction: row; } }
  .gent-application .ov-button-group > :not(:first-child) {
    margin-left: 0; }

.ov-card {
  color: #475B53;
  background: #FFFFFF;
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .ov-card {
      padding-bottom: 1rem;
      padding-top: 1rem;
      margin: 0; } }
  .ov-card__image {
    position: relative; }
    @media (min-width: 768px) {
      .ov-card__image {
        width: auto; } }
    .ov-card__image .ov-background-image {
      background-color: #F4FAF8;
      width: 80px;
      height: 80px; }
      @media (min-width: 768px) {
        .ov-card__image .ov-background-image {
          width: 134px;
          height: 134px; } }
  .ov-card .ov-card__dvo {
    display: flex;
    column-gap: 10px; }
    .ov-card .ov-card__dvo .dvo-tag {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .ov-card .ov-card__dvo .dvo-name {
      font-weight: 600;
      margin: auto 0;
      white-space: normal;
      word-break: break-word; }
  .ov-card .dvo-tag {
    border-radius: 4px;
    color: #589686;
    background: #F4FAF8;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    margin: .5rem 0;
    display: inline-block;
    width: fit-content; }
    @media (min-width: 768px) {
      .ov-card .dvo-tag {
        margin: 0; } }
  .ov-card .like-btn {
    position: relative;
    z-index: 5;
    width: 2rem;
    height: 2rem;
    background: white;
    border-radius: 100px;
    left: auto;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F7F7F7; }
  .ov-card .ov-overlay {
    transition: .5s ease;
    position: absolute;
    background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: 9; }
  .ov-card__block {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.25rem; }
    @media (min-width: 768px) {
      .ov-card__block {
        padding-left: .75rem;
        padding-right: .75rem; } }
  .ov-card__title {
    color: #475B53;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2; }
    @media (min-width: 1216px) {
      .ov-card__title {
        font-size: 1.25rem; } }
  .ov-card__subtitle {
    color: #555555;
    font-weight: 400;
    line-height: 1.2;
    margin-top: .25rem;
    font-size: 0.875rem; }
    @media (min-width: 1216px) {
      .ov-card__subtitle {
        font-size: 1rem; } }
  .ov-card__text {
    color: #555555;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    white-space: nowrap; }
    @media (min-width: 1216px) {
      .ov-card__text {
        margin-top: .5rem; } }
  .ov-card__dvo {
    font-size: 12px;
    color: #3D3D3D;
    margin-top: 0.5rem;
    white-space: nowrap; }
    @media (min-width: 1216px) {
      .ov-card__dvo {
        margin-top: 1rem; } }
  .ov-card__divider {
    height: 1px;
    width: 100%;
    background-color: #CECECE; }
  .ov-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem; }
    .ov-card__actions .ov-button {
      margin-top: 0 !important;
      height: 2.5rem;
      font-size: 0.875rem; }
    .ov-card__actions .ov-link {
      font-size: 0.875rem; }
      .ov-card__actions .ov-link.ov-link--more .ico.icon-chevron-right {
        display: none; }
    .ov-card__actions .ov-button__label {
      white-space: nowrap; }
    .ov-card__actions .ov-button + .ov-link {
      margin-left: 0.66666667rem;
      margin-top: 0;
      color: #3D3D3D; }
      @media (min-width: 768px) {
        .ov-card__actions .ov-button + .ov-link {
          margin-left: 1.5rem; } }
  @media (min-width: 768px) {
    .ov-card--col {
      display: inline-flex;
      flex-direction: column;
      padding-bottom: 2rem;
      padding-top: 0;
      margin-top: 1rem;
      margin-bottom: 1rem;
      border-bottom: 0; } }
  @media (min-width: 768px) {
    .ov-card--col .ov-card__image {
      width: 100%; } }
  @media (min-width: 768px) {
    .ov-card--col .ov-card__image .img-square {
      width: 100%;
      height: 125px; } }
  @media (min-width: 768px) {
    .ov-card--col .ov-card__block {
      padding-left: 0;
      padding-top: 1rem;
      padding-right: 0; } }
  @media (min-width: 1216px) {
    .ov-card--col .ov-card__text {
      font-size: 0.875rem;
      margin-bottom: 0; } }
  .ov-card--popup, .ov-card--vertical {
    background-color: #FFFFFF;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 0;
    border-radius: 12px; }
    @media (min-width: 768px) {
      .ov-card--popup, .ov-card--vertical {
        flex-direction: column; } }
    .ov-card--popup .ov-card__image, .ov-card--vertical .ov-card__image {
      display: none; }
    .ov-card--popup .ov-card__actions .ov-button, .ov-card--vertical .ov-card__actions .ov-button {
      padding: .5rem 1rem; }
      @media (min-width: 1216px) {
        .ov-card--popup .ov-card__actions .ov-button, .ov-card--vertical .ov-card__actions .ov-button {
          padding: .5rem 1rem; } }
    .ov-card--popup .ov-card__block, .ov-card--vertical .ov-card__block {
      padding-top: 1rem;
      padding-left: .5rem;
      padding-right: 1rem;
      padding-bottom: .5rem; }
      @media (min-width: 1216px) {
        .ov-card--popup .ov-card__block, .ov-card--vertical .ov-card__block {
          padding-left: 1rem;
          padding-right: 1rem;
          padding-top: 1rem;
          padding-bottom: 1rem; } }
    @media (min-width: 1216px) {
      .ov-card--popup .ov-card__text, .ov-card--vertical .ov-card__text {
        font-size: 0.875rem; } }
  .ov-card--popup .ov-card__block {
    display: grid;
    grid-template-columns: minmax(100px, 1fr) auto;
    column-gap: 10px; }
    .ov-card--popup .ov-card__block > div {
      grid-column: 1 / span 2;
      flex-wrap: wrap;
      gap: .3rem .5rem;
      display: flex; }
      .ov-card--popup .ov-card__block > div.ov-card__title {
        order: 1;
        grid-column: 1/2; }
      .ov-card--popup .ov-card__block > div.ov-card__actions {
        order: 2;
        margin: 0;
        grid-column: 2/2; }
        .ov-card--popup .ov-card__block > div.ov-card__actions .ov-link--more {
          padding: 0; }
          .ov-card--popup .ov-card__block > div.ov-card__actions .ov-link--more .ico.icon-chevron-right {
            display: block;
            margin-right: 0;
            margin-left: .15rem; }
      .ov-card--popup .ov-card__block > div.ov-card__subtitle {
        order: 3; }
      .ov-card--popup .ov-card__block > div.ov-card__text {
        order: 4; }
      .ov-card--popup .ov-card__block > div.ov-card__dvo {
        order: 5; }
  .ov-card--vertical {
    max-width: 375px;
    min-width: 350px; }
    .ov-card--vertical .ov-card__image {
      display: block; }
      @media (min-width: 768px) {
        .ov-card--vertical .ov-card__image {
          width: 100%; } }
      .ov-card--vertical .ov-card__image .img-square {
        border-radius: 12px 12px 0 0; }
        @media (min-width: 768px) {
          .ov-card--vertical .ov-card__image .img-square {
            width: 100%;
            height: 220px; } }
  .ov-card--stacked {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none;
    height: 100%;
    border-radius: 8px;
    border: 2px solid #E9E9E9;
    background: #FFF; }
    @media (min-width: 768px) {
      .ov-card--stacked {
        flex-direction: column;
        border: none; } }
    .ov-card--stacked .ov-card__content {
      line-height: 1.75;
      padding: 1rem 1rem 0 1rem; }
      @media (min-width: 768px) {
        .ov-card--stacked .ov-card__content {
          flex: 1 1 auto;
          padding: 1rem .25rem 0 .25rem; } }
    .ov-card--stacked .ov-card__actions {
      padding: 0 .25rem 0 .25rem;
      margin-top: 1rem;
      flex-shrink: 0;
      padding: 0 1rem 0 1rem; }
      @media (min-width: 768px) {
        .ov-card--stacked .ov-card__actions {
          padding: 0 .25rem 1rem .25rem; } }
    .ov-card--stacked .ov-card__image {
      display: none; }
      @media (min-width: 768px) {
        .ov-card--stacked .ov-card__image {
          display: block; } }
    .ov-card--stacked img {
      border-radius: 4px;
      width: 100%; }
  .ov-card--simple {
    border: 2px solid transparent;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem 0.5rem 0.5rem 0.5rem; }
    @media (min-width: 1216px) {
      .ov-card--simple {
        padding: 2rem 2rem 1rem 2rem; } }
    .ov-card--simple .ov-card__image {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 2;
      width: 100% !important;
      margin-bottom: 1.5rem; }
      .ov-card--simple .ov-card__image span {
        max-height: 2rem; }
        @media (min-width: 1216px) {
          .ov-card--simple .ov-card__image span {
            max-height: 3rem; } }
      .ov-card--simple .ov-card__image img {
        max-height: 4rem; }
        @media (min-width: 1216px) {
          .ov-card--simple .ov-card__image img {
            max-height: 7rem; } }
    .ov-card--simple .ov-card__content {
      flex: 1;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
    .ov-card--simple .ico,
    .ov-card--simple i {
      font-size: 2rem !important;
      color: #5FB59F; }
    .ov-card--simple.active {
      border: 2px solid #5FB59F; }

.gent-application .ov-card__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5; }
  @media (min-width: 1216px) {
    .gent-application .ov-card__title {
      font-size: 1.125rem; } }

.gent-application .ov-card__subtitle {
  font-size: 0.875rem;
  margin: 0; }
  @media (min-width: 1216px) {
    .gent-application .ov-card__subtitle {
      font-size: 0.875rem; } }

.gent-application .ov-card--stacked {
  height: auto;
  border-radius: 8px;
  border: 2px solid #E9E9E9;
  background: #FFFFFF; }
  @media (min-width: 768px) {
    .gent-application .ov-card--stacked {
      flex-direction: column;
      border: none; } }
  .gent-application .ov-card--stacked .ov-card__image {
    position: relative;
    height: 0;
    padding-bottom: 56%;
    border-radius: 8px;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .gent-application .ov-card--stacked .ov-card__image {
        width: 100%; } }
    .gent-application .ov-card--stacked .ov-card__image img {
      border-radius: 4px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .gent-application .ov-card--stacked .ov-card__content {
    padding: 1.5rem 1.5rem 0 1.5rem; }
    @media (min-width: 768px) {
      .gent-application .ov-card--stacked .ov-card__content {
        flex: 1 1 auto;
        padding: 1.5rem .25rem 0 .25rem; } }
  .gent-application .ov-card--stacked .ov-card__actions {
    padding: 0 .25rem 0 .25rem;
    margin-top: 1rem;
    flex-shrink: 0;
    padding: 0 1.5rem 0 1.5rem; }
    @media (min-width: 768px) {
      .gent-application .ov-card--stacked .ov-card__actions {
        padding: 0 .25rem 1rem .25rem; } }

.gent-application .ov-card--cta {
  height: 100%;
  border-radius: 8px;
  border: 1px solid  #F6F6F6;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(44, 63, 72, 0.05);
  flex-direction: column;
  padding: .75rem;
  border-bottom: 2px solid #4F8CFB; }
  @media (min-width: 768px) {
    .gent-application .ov-card--cta {
      padding: 1.5rem 1.5rem .75rem 1.5rem; } }
  .gent-application .ov-card--cta .ov-card__image {
    border-radius: 1.25rem;
    width: 100%; }
  .gent-application .ov-card--cta .ov-card__content {
    padding: 1.5rem .25rem 0 .25rem;
    text-align: center;
    flex: 1 1 auto; }
    @media (min-width: 768px) {
      .gent-application .ov-card--cta .ov-card__content {
        flex: 1 1 auto;
        padding: 1.5rem .25rem 0 .25rem; } }
  .gent-application .ov-card--cta .ov-card__actions {
    padding: 0;
    width: 100%;
    flex: 1;
    align-items: flex-end;
    justify-content: center; }
    @media (min-width: 768px) {
      .gent-application .ov-card--cta .ov-card__actions {
        padding: 0; } }

.gent-application .ov-card--simple {
  border-radius: 8px;
  border: 1px solid #E9F5FB;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(44, 63, 72, 0.05);
  border-bottom: 2px solid #40AFED;
  color: #306F9D; }
  .gent-application .ov-card--simple i {
    color: #009DE0; }
  .gent-application .ov-card--simple.active {
    border: 3px solid #009DE0; }

.gent-application .bko-card.profile {
  background: #F2F9FC;
  box-shadow: none; }
  .gent-application .bko-card.profile .ov-card__image .img-square {
    height: 198px;
    background-size: cover !important; }

.ov-carousel__inner {
  display: flex;
  padding: 1rem 0;
  overflow-x: scroll;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  @media (min-width: 1216px) {
    .ov-carousel__inner {
      padding-left: 3vw; } }
  .ov-carousel__inner::-webkit-scrollbar {
    display: none; }

.ov-carousel__item {
  display: flex;
  margin-right: 1rem;
  padding: 0.5rem;
  height: 100%;
  min-width: 16rem;
  min-height: 15rem; }
  .ov-carousel__item:hover {
    text-decoration: none; }
  @media (min-width: 1216px) {
    .ov-carousel__item {
      min-width: 20rem; } }

.ov-loket-carousel {
  background-color: #F4FAF8; }
  .ov-loket-carousel .ov-carousel {
    padding-top: 3rem; }

.ov-collapsible {
  width: 100%;
  border-top: 1px solid #CECECE;
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden; }
  .ov-collapsible__button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .75rem .5rem;
    position: relative;
    z-index: 5;
    transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media (min-width: 768px) {
      .ov-collapsible__button {
        align-items: center; } }
    .ov-collapsible__button .animated-icon {
      position: relative;
      width: 24px;
      height: 24px;
      border-style: none;
      display: block;
      background-color: transparent;
      pointer-events: auto;
      transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media (min-width: 768px) {
        .ov-collapsible__button .animated-icon {
          padding: 1.5rem 1.5rem 2.5rem 1.5rem; } }
      .ov-collapsible__button .animated-icon span {
        position: absolute;
        background-color: #5FB59F;
        border-radius: 290486px;
        width: 12px;
        top: 50%;
        left: 0px;
        height: 2px;
        transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
        @media (min-width: 768px) {
          .ov-collapsible__button .animated-icon span {
            left: 9px;
            width: 16px; } }
        .ov-collapsible__button .animated-icon span:first-child {
          transform: rotate(0deg); }
        .ov-collapsible__button .animated-icon span:last-child {
          transform: rotate(-90deg); }
    .ov-collapsible__button .ov-label {
      font-weight: 600;
      font-size: 1rem;
      flex: 2;
      text-align: left;
      margin: 0 0 0 0.5rem; }
      @media (min-width: 768px) {
        .ov-collapsible__button .ov-label {
          font-size: 1.125rem; } }
    .ov-collapsible__button:active .animated-icon span, .ov-collapsible__button.is-open .animated-icon span {
      transform: rotate(1turn);
      transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .ov-collapsible__content {
    max-height: fit-content;
    padding-left: 2.5rem;
    padding-bottom: 1rem;
    overflow: hidden; }
    @media (min-width: 768px) {
      .ov-collapsible__content {
        padding-left: 4rem; } }
    .ov-collapsible__content ul li,
    .ov-collapsible__content p {
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        .ov-collapsible__content ul li,
        .ov-collapsible__content p {
          font-size: 1rem; } }
      .ov-collapsible__content ul li br,
      .ov-collapsible__content p br {
        display: block;
        margin-bottom: 1rem;
        font-size: 2px;
        line-height: 16px;
        content: ""; }

.ov-collapsible-list {
  width: 100%;
  border-top: none; }
  .ov-collapsible-list .ov-collapsible__button {
    display: block;
    padding: 1rem 0; }
    .ov-collapsible-list .ov-collapsible__button .ng-scope {
      display: flex;
      align-items: flex-end;
      width: 100%; }
      .ov-collapsible-list .ov-collapsible__button .ng-scope .subtitle {
        flex: 1;
        text-align: left; }
    .ov-collapsible-list .ov-collapsible__button .ico {
      font-size: 1.125rem;
      transition: transform .2s ease-in;
      text-align: right; }
    .ov-collapsible-list .ov-collapsible__button.is-open .ico {
      transform: rotate(-180deg);
      text-align: left; }
  .ov-collapsible-list .ov-collapsible__content {
    max-height: fit-content;
    padding-left: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition: all 200ms ease-out; }
    @media (min-width: 768px) {
      .ov-collapsible-list .ov-collapsible__content {
        padding-left: 0; } }

.gent-application .ov-collapsible {
  border-top: none;
  border-bottom: 1px solid #CECECE; }
  .gent-application .ov-collapsible__button {
    padding: 1.5rem 0;
    flex-direction: row-reverse; }
    .gent-application .ov-collapsible__button .ov-label {
      font-weight: 400;
      margin: 0; }
    .gent-application .ov-collapsible__button .animated-icon {
      padding: 0; }
      @media (min-width: 768px) {
        .gent-application .ov-collapsible__button .animated-icon {
          padding: 0; } }
    @media (min-width: 768px) {
      .gent-application .ov-collapsible__button {
        padding: 2rem 1rem;
        flex: 1 1 auto; } }
  .gent-application .ov-collapsible__content {
    padding-left: 1rem;
    overflow: hidden; }
    @media (min-width: 768px) {
      .gent-application .ov-collapsible__content {
        padding-left: 0; } }
    .gent-application .ov-collapsible__content ul li,
    .gent-application .ov-collapsible__content p {
      font-size: 0.875rem;
      color: #555555; }
      @media (min-width: 768px) {
        .gent-application .ov-collapsible__content ul li,
        .gent-application .ov-collapsible__content p {
          font-size: 1rem; } }
      .gent-application .ov-collapsible__content ul li br,
      .gent-application .ov-collapsible__content p br {
        display: block;
        margin-bottom: 1rem;
        font-size: 2px;
        line-height: 16px;
        content: ""; }

.ov-combo-box {
  position: absolute;
  display: block;
  width: 100%; }
  .ov-combo-box__inner {
    background: #FFFFFF;
    border-radius: 24px;
    width: 100%;
    transition-property: background, box-shadow, max-height;
    transition-duration: 0.3s;
    position: relative;
    will-change: background, box-shadow, max-height;
    z-index: 9; }
    @media (min-width: 768px) {
      .ov-combo-box__inner {
        box-shadow: none;
        border: 1px solid #CECECE; } }
  .ov-combo-box__input {
    position: relative;
    width: 100%;
    padding: .5rem 0 .5rem 0; }
    @media (min-width: 768px) {
      .ov-combo-box__input {
        padding: .75rem 0 .75rem 0; } }
    .ov-combo-box__input input {
      color: inherit;
      margin: 0;
      outline: 0;
      width: 100%;
      height: 100%;
      appearance: none;
      border: none;
      vertical-align: top;
      transition-property: color;
      transition-duration: 0.3s; }
      .ov-combo-box__input input::placeholder {
        color: #3D3D3D; }
  .ov-combo-box__icon {
    position: absolute;
    left: 1rem;
    z-index: 10;
    font-size: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #4F8CFB; }
  .ov-combo-box__suggestions {
    max-height: 13rem;
    overflow-y: scroll;
    background: #FFFFFF;
    border-radius: 0 0 22px 22px;
    width: 100%; }
    .ov-combo-box__suggestions.ng-hide {
      display: block !important;
      top: -9999px;
      left: -9999px; }
  .ov-combo-box__suggestion {
    position: relative;
    line-height: 24px;
    min-height: 24px;
    padding: .5rem 1.25rem;
    cursor: pointer;
    text-align: left;
    border-top: 1px solid #CECECE; }
    @media (min-width: 768px) {
      .ov-combo-box__suggestion {
        padding: .75rem 1.25rem; } }
    .ov-combo-box__suggestion:hover, .ov-combo-box__suggestion.active {
      background: #5FB59F;
      color: #FFFFFF; }

.ov-combo-box-wrapper {
  position: relative;
  width: 100%; }
  .ov-combo-box-wrapper .ov-combo-box {
    position: absolute; }

.mint .ov-combo-box .ov-combo-box__input input::placeholder {
  color: #A7A7A7 !important; }

.ov-cookie-banner {
  background-color: #FFFFFF;
  color: #475B53;
  height: auto;
  padding: 2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 999;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.05); }
  .ov-cookie-banner .link {
    text-decoration: underline !important; }
  .ov-cookie-banner .ov-link {
    margin-left: 1rem; }

.ov-dropdown {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-overflow: ellipsis;
  z-index: 5; }
  .ov-dropdown__content {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 3.5rem;
    z-index: 10;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden auto;
    white-space: nowrap;
    visibility: visible;
    min-width: fit-content;
    width: 100%; }
  .ov-dropdown__list {
    padding: 0;
    margin: 0; }
  .ov-dropdown__item {
    margin: 0;
    list-style: none;
    padding: 0; }
    .ov-dropdown__item:hover {
      background: #E7EFEB; }
    .ov-dropdown__item a,
    .ov-dropdown__item span {
      color: #475B53;
      padding: 1rem 3rem 1rem 1.5rem;
      display: block; }
      .ov-dropdown__item a:hover, .ov-dropdown__item a:active, .ov-dropdown__item a:focus,
      .ov-dropdown__item span:hover,
      .ov-dropdown__item span:active,
      .ov-dropdown__item span:focus {
        color: #475B53;
        text-decoration: none; }
    .ov-dropdown__item a > span {
      padding: 0; }
  .ov-dropdown__toggle {
    padding: .675rem 1rem;
    display: flex;
    border-radius: 8px;
    width: 100%; }
    .ov-dropdown__toggle .has-icon {
      padding-right: 2rem; }
      .ov-dropdown__toggle .has-icon .ico {
        position: absolute;
        right: 0.5rem;
        margin-top: 0.25rem;
        transition: transform .2s ease-in; }
    .ov-dropdown__toggle.is-open .icon-chevron-down {
      transform: rotate(-180deg); }
  .ov-dropdown__header {
    padding: .75rem 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CECECE; }
  .ov-dropdown--register .ov-dropdown__content, .ov-dropdown--login .ov-dropdown__content, .ov-dropdown--profile .ov-dropdown__content {
    right: 0;
    left: auto; }
  .ov-dropdown--register .ov-button, .ov-dropdown--login .ov-button, .ov-dropdown--profile .ov-button {
    padding: .675rem 1.5rem;
    border: 1px solid #5FB59F;
    color: #FFFFFF;
    background-color: #5FB59F; }
    .ov-dropdown--register .ov-button:hover, .ov-dropdown--register .ov-button:active, .ov-dropdown--register .ov-button.is-open, .ov-dropdown--login .ov-button:hover, .ov-dropdown--login .ov-button:active, .ov-dropdown--login .ov-button.is-open, .ov-dropdown--profile .ov-button:hover, .ov-dropdown--profile .ov-button:active, .ov-dropdown--profile .ov-button.is-open {
      color: #5FB59F;
      background-color: #FFFFFF; }
  .ov-dropdown .messages {
    box-shadow: white 0px 0px 0px 1.5px;
    position: absolute;
    z-index: 1;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
    height: 1rem;
    left: 100%;
    line-height: 14px;
    margin-left: -14px;
    min-width: 1rem;
    padding: 0 .3125rem;
    text-align: center;
    top: -2px;
    background-color: #589686; }
  .ov-dropdown .ov-select {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin: 0;
    font-weight: 400; }
    .ov-dropdown .ov-select:before {
      content: '';
      margin-right: 1rem;
      display: inline-block;
      vertical-align: text-center;
      width: .5rem;
      height: .5rem;
      background: transparent;
      border-radius: 290486px; }
    .ov-dropdown .ov-select.selected:before {
      background: #5FB59F;
      border: none; }

.gent-application .ov-dropdown__content {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 2.5rem;
  z-index: 10;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid rgba(5, 25, 45, 0.15);
  background: #FFF;
  box-shadow: 0px 8px 12px -4px rgba(5, 25, 45, 0.3); }

.gent-application .ov-dropdown--register .ov-button, .gent-application .ov-dropdown--login .ov-button, .gent-application .ov-dropdown--profile .ov-button {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 2px solid #B8DFF9;
  padding: 8px 16px;
  color: #007DB3; }
  .gent-application .ov-dropdown--register .ov-button:hover, .gent-application .ov-dropdown--register .ov-button:active, .gent-application .ov-dropdown--register .ov-button.is-open, .gent-application .ov-dropdown--login .ov-button:hover, .gent-application .ov-dropdown--login .ov-button:active, .gent-application .ov-dropdown--login .ov-button.is-open, .gent-application .ov-dropdown--profile .ov-button:hover, .gent-application .ov-dropdown--profile .ov-button:active, .gent-application .ov-dropdown--profile .ov-button.is-open {
    background-color: #E9F5FB;
    color: #007DB3; }

.gent-application .ov-dropdown--search .ov-button {
  color: #3A3A3A;
  background-color: transparent;
  border-radius: 4px;
  border: none;
  padding: 8px 12px; }
  .gent-application .ov-dropdown--search .ov-button:hover, .gent-application .ov-dropdown--search .ov-button:active, .gent-application .ov-dropdown--search .ov-button.is-open {
    border-bottom: 1px solid #B8DFF9;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(191, 223, 236, 0.5);
    background-color: #FFFFFF;
    color: #007DB3; }
  .gent-application .ov-dropdown--search .ov-button.is-active {
    border-bottom: 1px solid #B8DFF9;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(191, 223, 236, 0.5);
    background-color: #FFFFFF;
    color: #007DB3; }
    .gent-application .ov-dropdown--search .ov-button.is-active .icon-chevron-down {
      transform: rotate(-180deg); }

.ov-gallery {
  overflow: hidden;
  border-radius: 12px;
  position: relative; }
  .ov-gallery .flex-row {
    gap: 1.5rem;
    overflow-y: scroll; }
    .ov-gallery .flex-row.override-overflow {
      overflow: visible; }
    .ov-gallery .flex-row .arrow {
      cursor: pointer; }
  .ov-gallery .aspect-ratio-box {
    overflow: hidden;
    background: #F4FAF8;
    position: relative;
    height: 40vh;
    min-width: fit-content; }
    @media (min-width: 768px) {
      .ov-gallery .aspect-ratio-box {
        height: 30vh; } }
    @media (min-width: 1216px) {
      .ov-gallery .aspect-ratio-box {
        height: 20vh; } }
  .ov-gallery__image {
    background: #F4FAF8;
    border-radius: 12px; }
    .ov-gallery__image img {
      max-width: 100%;
      height: 100%;
      pointer-events: none;
      object-fit: cover;
      object-position: center; }
  .ov-gallery .ov-gallery__image.zoom {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0; }
    .ov-gallery .ov-gallery__image.zoom img {
      width: 80%;
      height: 80%;
      object-fit: contain;
      margin: auto; }
  @media (max-width: 767px) {
    .ov-gallery .ov-gallery__image.zoom img {
      height: 90%;
      width: 90%; } }
  .ov-gallery .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #589686;
    background: #FFFFFF;
    padding: .25rem;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s !important;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      .ov-gallery .arrow {
        padding: .5rem; } }
    .ov-gallery .arrow:hover {
      background-color: #F4FAF8; }
    .ov-gallery .arrow .ico {
      font-size: 1.5rem;
      font-weight: bold; }
    .ov-gallery .arrow.prev {
      left: 1.5rem; }
      @media (max-width: 767px) {
        .ov-gallery .arrow.prev {
          left: .5rem; } }
    .ov-gallery .arrow.next {
      right: 1.5rem; }
      @media (max-width: 767px) {
        .ov-gallery .arrow.next {
          right: .5rem; } }

.ov-hero {
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  background-size: contain;
  position: relative; }
  .ov-hero__title {
    font-weight: 800;
    margin-top: 0 !important; }
  .ov-hero__subtitle {
    font-weight: 500; }
  .ov-hero__back {
    width: 100%;
    justify-content: flex-start; }
  .ov-hero .ov-search {
    max-width: 495px;
    position: relative;
    margin: 0 auto; }
    .ov-hero .ov-search .ov-combo-box__inner {
      border: 1px solid #5FB59F;
      background: #F4FAF8; }
  .ov-hero .m-content {
    padding-top: 1.5rem; }
    .ov-hero .m-content h1, .ov-hero .m-content h4 {
      text-align: center; }
    @media (min-width: 1216px) {
      .ov-hero .m-content {
        max-width: 60%;
        margin: 0 auto; } }
  .ov-hero .title-tag {
    margin-bottom: 1rem; }
    .ov-hero .title-tag span {
      color: #306F9D;
      border-radius: 100px;
      background: #E9F5FB;
      display: flex;
      padding: 6px 20px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      display: inline-block;
      line-height: 1.5; }
      @media (min-width: 1216px) {
        .ov-hero .title-tag span {
          font-size: 18px; } }
  .ov-hero .ov-hero__cta {
    position: absolute;
    right: 0;
    bottom: -1rem;
    z-index: 10; }
    @media (min-width: 768px) {
      .ov-hero .ov-hero__cta {
        position: fixed;
        bottom: 1rem; } }
    .ov-hero .ov-hero__cta .ov-button {
      border-radius: 100px 0 0 100px; }

.ov-hero--small {
  max-height: 240px;
  min-height: 240px;
  background-color: #F4FAF8;
  text-align: left;
  flex-direction: column; }
  @media (min-width: 1216px) {
    .ov-hero--small {
      max-height: 300px;
      min-height: 300px; } }
  @media (min-width: 1600px) {
    .ov-hero--small {
      max-height: 330px;
      min-height: 330px; } }
  .ov-hero--small .ov-hero__inner {
    width: 100%;
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }

.ov-hero--about {
  min-height: calc(100vh - 200px);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(/resources/images/illustrations/header-img-about.png);
  background-size: cover !important;
  background-position: 70% bottom !important; }
  @media (min-width: 576px) {
    .ov-hero--about {
      min-height: calc(100vh - 260px); } }
  @media (min-width: 1408px) {
    .ov-hero--about {
      min-height: calc(100vh - 280px); } }
  .ov-hero--about .m-content {
    padding-top: 2.5rem; }
    .ov-hero--about .m-content h1, .ov-hero--about .m-content h4 {
      margin: 0 auto; }
    @media (min-width: 1216px) {
      .ov-hero--about .m-content {
        max-width: 60%; } }
  .ov-hero--about .ov-hero__inner {
    margin-top: 3rem; }
    @media (min-width: 768px) {
      .ov-hero--about .ov-hero__inner {
        margin-top: 7rem; } }
    .ov-hero--about .ov-hero__inner .row .col-12 {
      margin: auto; }
      .ov-hero--about .ov-hero__inner .row .col-12 .m-content {
        margin-left: 0; }

.ov-hero--community {
  background-image: url(/resources/images/illustrations/header-img-community.png);
  background-size: cover !important; }
  .ov-hero--community .title-tag span {
    border-radius: 100px;
    background: #E9F5FB;
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    display: inline-block; }
    @media (min-width: 768px) {
      .ov-hero--community .title-tag span {
        font-size: 18px; } }

.ov-hero--home {
  min-height: calc(100vh - 80px);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(/resources/images/illustrations/header-img-mobile.png); }
  @media (min-width: 576px) {
    .ov-hero--home {
      background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(/resources/images/illustrations/header-img.png);
      min-height: calc(100vh - 60px);
      margin-bottom: 4rem; } }
  @media (min-width: 1408px) {
    .ov-hero--home {
      min-height: calc(100vh - 80px); } }
  .ov-hero--home .ov-hero__inner {
    margin-top: 3rem; }
    @media (min-width: 768px) {
      .ov-hero--home .ov-hero__inner {
        margin-top: 5rem; } }

.ov-hero--mobile {
  max-height: none;
  min-height: auto; }

.gent-application .ov-hero {
  display: block; }
  .gent-application .ov-hero .m-content {
    padding-top: 1rem;
    max-width: 100%; }
    .gent-application .ov-hero .m-content p {
      margin: 0;
      font-size: 1rem; }
      @media (min-width: 1216px) {
        .gent-application .ov-hero .m-content p {
          font-size: 1.5rem; } }
    .gent-application .ov-hero .m-content h1, .gent-application .ov-hero .m-content h4 {
      text-align: left;
      margin: 0; }
      @media (min-width: 1216px) {
        .gent-application .ov-hero .m-content h1, .gent-application .ov-hero .m-content h4 {
          text-align: center; } }
  .gent-application .ov-hero .ov-hero__inner {
    margin: 0 auto;
    margin-top: 2rem; }
    @media (min-width: 1216px) {
      .gent-application .ov-hero .ov-hero__inner {
        margin-top: 4rem;
        max-width: auto; } }

.gent-application .ov-hero--home {
  min-height: calc(100vh - 35vh);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(/resources/images/gent/gent-home-background-mobile.png); }
  @media (min-width: 576px) {
    .gent-application .ov-hero--home {
      min-height: calc(100vh - 35vh);
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .gent-application .ov-hero--home {
      min-height: calc(100vh - 80px);
      background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(/resources/images/gent/gent-home-background-v1.png); } }
  .gent-application .ov-hero--home .ov-hero__inner {
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .gent-application .ov-hero--home .ov-hero__inner {
        margin-top: 4rem; } }
  @media (min-width: 1216px) {
    .gent-application .ov-hero--home .m-content {
      padding-top: 1.5rem;
      max-width: 60%;
      margin: 0 auto; } }

.gent-application .ov-hero--community {
  background: url(/resources/images/gent/gent-faq-background-mobile.png);
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: bottom !important; }
  @media (min-width: 768px) {
    .gent-application .ov-hero--community {
      background: linear-gradient(rgba(243, 249, 250, 0.5), rgba(243, 249, 250, 0.5)), url(/resources/images/gent/gent-help-background.png); } }
  .gent-application .ov-hero--community .ov-hero__inner {
    padding-bottom: 12rem; }
    @media (min-width: 768px) {
      .gent-application .ov-hero--community .ov-hero__inner {
        max-width: 75vw;
        padding-bottom: 7rem; } }

.gent-application .ov-hero--home-bko {
  background-repeat: no-repeat !important;
  background-size: 100% 50% !important;
  background-position: bottom !important;
  background: linear-gradient(rgba(243, 249, 250, 0.5), rgba(243, 249, 250, 0.5));
  padding-bottom: 4rem; }
  @media (min-width: 768px) {
    .gent-application .ov-hero--home-bko {
      background-size: 100% !important;
      min-height: calc(100vh - 80px);
      padding-bottom: 0;
      background: url(/resources/images/gent/gent-bko-home-background.png); } }
  @media (min-width: 1408px) {
    .gent-application .ov-hero--home-bko {
      min-height: calc(100vh - 80px); } }

.gent-application .ov-hero--small {
  max-height: auto;
  min-height: 375px;
  background-color: transparent;
  text-align: left;
  flex-direction: column; }
  @media (min-width: 1216px) {
    .gent-application .ov-hero--small {
      max-height: 375px;
      min-height: 375px; } }
  @media (min-width: 1600px) {
    .gent-application .ov-hero--small {
      max-height: 375px;
      min-height: 375px; } }
  @media (min-width: 768px) {
    .gent-application .ov-hero--small .ov-hero__inner {
      max-width: auto; } }

.ov-input {
  border: 1px solid #CECECE;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin: 1rem 0;
  width: 100%;
  background: #FFFFFF; }
  .ov-input.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
  .ov-input--search {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    max-height: 55px;
    position: relative;
    z-index: 10; }
    .ov-input--search .ov-dropdown__content {
      height: auto;
      width: 100%;
      max-height: 200px;
      overflow-y: scroll;
      opacity: 1;
      visibility: visible;
      position: absolute;
      top: 100%;
      z-index: -1;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px; }
  .ov-input input {
    appearance: none;
    border: none;
    padding: 1rem !important;
    width: 100% !important; }
    .ov-input input::placeholder {
      color: #222222 !important; }
  .ov-input__label {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 1.5rem; }
    .ov-input__label .ico {
      margin-left: .5rem;
      color: #D1D1D1; }
    .ov-input__label.has-icon-left {
      flex-direction: row-reverse; }
      .ov-input__label.has-icon-left .ico {
        margin-right: .5rem;
        margin-left: 0; }

.ov-language-switcher .ov-button {
  margin: auto;
  border: none;
  background-color: transparent; }
  .ov-language-switcher .ov-button :hover {
    border: none; }

.ov-language-switcher .ov-dropdown__content {
  right: 0;
  left: auto;
  top: 2rem; }

.ov-language-switcher a {
  margin: 0 !important;
  font-size: 1rem !important;
  padding-left: 0.5rem !important; }
  .ov-language-switcher a.selected {
    color: #FFFFFF;
    font-weight: bold; }

.like-btn {
  position: relative;
  z-index: 5;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .like-btn .heart {
    display: block;
    fill: rgba(0, 0, 0, 0);
    stroke: #475B53;
    stroke-width: 2;
    overflow: visible;
    width: 18px;
    height: 18px;
    position: relative; }
  .like-btn.active .heart {
    animation: bounce .5s linear;
    fill: #D14E4E;
    stroke: #D14E4E; }

@keyframes bounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.7); }
  100% {
    transform: scale(1); } }

.ov-link {
  position: relative;
  font-size: inherit;
  color: #19998E;
  padding: .5rem 0;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.5, 0.1, 0, 0.99); }
  .ov-link__icon {
    position: relative; }
  .ov-link .ico {
    margin-right: .25rem; }
  .ov-link:hover, .ov-link:focus {
    text-decoration: none;
    color: #19998E;
    transition: color 0.3s;
    outline: none; }
  .ov-link--back {
    display: flex;
    font-size: 0.875rem;
    align-items: center;
    padding: 1rem 0; }
    .ov-link--back .ico {
      margin-top: 0;
      margin-right: .5rem; }
  .ov-link--bold, .ov-link--blue {
    color: #4F8CFB !important; }
    .ov-link--bold:hover, .ov-link--bold:focus, .ov-link--blue:hover, .ov-link--blue:focus {
      color: inherit; }
  .ov-link--warning {
    color: #C35B5B !important;
    font-weight: 400; }
  .ov-link--arrow .ico,
  .ov-link--arrow i {
    margin-left: .75rem;
    transition: margin-left .25s ease-in; }
  .ov-link--arrow i {
    font-size: 0.75rem; }
  .ov-link--arrow:hover .ico,
  .ov-link--arrow:hover i {
    margin-left: 1rem;
    transition: margin-left .25s ease-in; }
  .ov-link--underlined {
    position: relative;
    text-decoration: none;
    color: #4F8CFB;
    padding: .5rem 0 .25rem 0; }
    .ov-link--underlined::after {
      content: "";
      position: absolute;
      left: 0;
      top: 100%;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #4F8CFB;
      transform-origin: center right;
      transition: background-color 1.5s ease-in-out cubic-bezier(0.5, 0.1, 0, 0.99); }
    .ov-link--underlined:hover, .ov-link--underlined:focus {
      color: #4F8CFB; }
      .ov-link--underlined:hover::after, .ov-link--underlined:focus::after {
        background-color: #4F8CFB;
        animation: line 1.5s cubic-bezier(0.5, 0.1, 0, 0.99); }
  .ov-link--inline {
    position: relative;
    text-decoration: none;
    font-weight: 400;
    color: #475B53;
    padding: 0; }
    .ov-link--inline::after {
      content: "";
      position: absolute;
      left: 0;
      top: 100%;
      display: block;
      width: 100%;
      height: 1px;
      background-color: #475B53;
      transform-origin: center right;
      transition: background-color 1.5s ease-in-out; }
    .ov-link--inline:hover, .ov-link--inline:focus {
      color: #475B53;
      text-decoration: none; }
      .ov-link--inline:hover::after, .ov-link--inline:focus::after {
        background-color: #475B53;
        animation: line 1.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .ov-link--grey {
    position: relative;
    text-decoration: none;
    color: #858585; }
    .ov-link--grey:hover, .ov-link--grey:focus {
      color: #475B53; }
      .ov-link--grey:hover::after, .ov-link--grey:focus::after {
        background-color: #475B53;
        animation: line 1.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .ov-link__messages {
    box-shadow: white 0px 0px 0px 1.5px;
    position: absolute;
    z-index: 1;
    border-radius: 290486px;
    color: #FFFFFF;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.4;
    right: -.75rem;
    width: 1rem;
    height: 1rem;
    padding: 0 .125rem;
    text-align: center;
    top: 0;
    background-color: #589686; }
    @media (min-width: 768px) {
      .ov-link__messages {
        width: 1.125rem;
        height: 1.125rem;
        line-height: 1.5;
        top: 0;
        right: 0.5rem; } }

.gent-application .ov-link {
  color: #306F9D;
  font-weight: 500; }

.gent-application .ov-link--grey {
  color: #5C666A;
  text-align: right;
  font-style: normal;
  line-height: normal; }

.marker-cluster {
  background-clip: padding-box;
  border-radius: 50%;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.2) !important; }
  .marker-cluster div {
    background: #E2E2E2 !important;
    border-radius: 50%;
    font-size: 0.75rem;
    height: 32px;
    text-align: center;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .marker-cluster div span {
      color: #475B53 !important;
      line-height: 40px; }

.leaflet-container {
  font: sofia-pro, Helvetica, Arial, Georgia, Sans-serif !important; }

.leaflet-popup-tip-container {
  display: none; }

.leaflet-popup {
  margin-bottom: 40px; }

.leaflet-popup-content {
  margin: 0 !important;
  position: relative; }
  .leaflet-popup-content:after {
    content: '';
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: solid 12px #fff;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent; }

.leaflet-map-pane svg {
  height: 100%; }

.leaflet-div-icon {
  background: transparent;
  border: none; }

.leaflet-marker-icon .icon .duck {
  fill: #FFFFFF; }

.leaflet-marker-icon .icon.group_variable .pin {
  fill: #19998E; }

.leaflet-marker-icon .icon.group_fixed .pin {
  fill: #19998E; }

.leaflet-marker-icon .icon.group_mixed .pin {
  fill: #19998E; }

.leaflet-marker-icon .icon.family_variable .pin {
  fill: #19998E; }

.leaflet-marker-icon .icon.family_fixed .pin {
  fill: #19998E; }

.leaflet-marker-icon .icon.family_mixed .pin {
  fill: #19998E; }

.marker-icon-inverted .icon .pin {
  fill: #FFFFFF !important; }

.marker-icon-inverted .icon.group_variable .duck {
  fill: #19998E; }

.marker-icon-inverted .icon.group_fixed .duck {
  fill: #19998E; }

.marker-icon-inverted .icon.group_mixed .duck {
  fill: #19998E; }

.marker-icon-inverted .icon.family_variable .duck {
  fill: #19998E; }

.marker-icon-inverted .icon.family_fixed .duck {
  fill: #19998E; }

.marker-icon-inverted .icon.family_mixed .duck {
  fill: #19998E; }

.marker-icon-dvo .icon .pin {
  fill: #3A8E90 !important; }

.marker-icon-dvo .icon.group_variable .duck {
  fill: #FFFFFF; }

.marker-icon-dvo .icon.group_fixed .duck {
  fill: #FFFFFF; }

.marker-icon-dvo .icon.group_mixed .duck {
  fill: #FFFFFF; }

.marker-icon-dvo .icon.family_variable .duck {
  fill: #FFFFFF; }

.marker-icon-dvo .icon.family_fixed .duck {
  fill: #FFFFFF; }

.marker-icon-dvo .icon.family_mixed .duck {
  fill: #FFFFFF; }

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: transparent !important;
  box-shadow: none !important; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 4.5rem !important; }
  @media (min-width: 768px) {
    .leaflet-bottom .leaflet-control {
      margin-bottom: 2rem !important; } }

.leaflet-control-attribution {
  display: none !important; }

.ov-modal-backdrop {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 999;
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  right: 0;
  inset: 0px;
  bottom: 0;
  min-height: 100dvh;
  max-height: 100dvh;
  padding-top: 12px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  transform: translate(0px, 100%); }
  .ov-modal-backdrop.chat_message_modal .ov-modal {
    position: relative;
    margin: auto;
    height: fit-content; }
  .ov-modal-backdrop .ov-modal {
    background: #FFFFFF;
    position: relative;
    overflow-y: auto;
    width: 100vw;
    max-width: 100vw;
    max-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #EBEBEB;
    transform: translate(0%, 100%);
    z-index: 999;
    transition: transform .4s ease;
    padding: 1rem; }
    @media (min-width: 1216px) {
      .ov-modal-backdrop .ov-modal {
        justify-content: center;
        border-radius: 1rem;
        top: 50%;
        left: 50%;
        min-height: 75%;
        height: fit-content;
        min-width: 85%;
        max-width: max-content;
        transform: translate(-50%, 100%);
        padding: 2rem;
        width: auto; } }
    @media (min-width: 1408px) {
      .ov-modal-backdrop .ov-modal {
        padding: 2rem 4rem; } }
  .ov-modal-backdrop.is-open {
    display: flex;
    opacity: 1;
    transform: translate(0px, 0%);
    transition: opacity .3s ease; }
    .ov-modal-backdrop.is-open .ov-modal {
      transform: translate(0%, 0%);
      transition: transform .4s ease; }
      @media (min-width: 1216px) {
        .ov-modal-backdrop.is-open .ov-modal {
          transform: translate(-50%, -50%); } }

.ov-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #FFFFFF;
  z-index: 999; }
  @media (min-width: 768px) {
    .ov-modal__close {
      background: transparent;
      border-top: 0;
      transform: translate(0%, 0%);
      top: 1rem;
      bottom: auto;
      right: 1rem;
      left: auto; } }
  .ov-modal__close .ico {
    font-size: 1.5rem; }

.ov-modal__header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between; }
  .ov-modal__header:not(:empty) {
    padding: 1.5rem 0; }

.ov-modal__body {
  padding: 1.5rem 0;
  flex: 1 1 auto; }
  @media (min-width: 768px) {
    .ov-modal__body {
      flex: none; } }

.ov-modal__footer:not(:empty) {
  position: relative;
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .ov-modal__footer:not(:empty) {
      min-height: auto; } }
  .ov-modal__footer:not(:empty) .button {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #4F8CFB;
    color: #FFFFFF;
    padding: 1rem;
    font-size: 1.5rem; }

.ov-modal--filters .ov-modal {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  overflow-y: none; }

.ov-modal--filters .ov-modal__header {
  border-bottom: 1px solid #CECECE;
  padding: 1rem 0; }

.ov-modal--filters .ov-modal__body {
  overflow-y: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

.ov-modal--filters .ov-select-dots,
.ov-modal--filters .ov-select-box {
  padding: 1rem; }

.ov-modal--filters .ov-modal__footer {
  text-align: center; }

.ov-modal--filters .group {
  padding: 2rem 0;
  border-bottom: 1px solid #CECECE; }
  .ov-modal--filters .group .title {
    padding: 0 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem; }

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translate(0px, 100%); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes slide-out {
  100% {
    opacity: 1;
    transform: none; }
  0% {
    opacity: 0;
    transform: translate(0px, 100%); } }

.gent-application .ov-modal-backdrop .ov-modal {
  max-height: 95dvh;
  max-width: 95vw;
  top: 50%;
  left: 50%;
  border-radius: 1rem;
  transform: translate(-50%, -52%);
  border: none;
  min-width: 80vw;
  height: auto; }
  @media (min-width: 768px) {
    .gent-application .ov-modal-backdrop .ov-modal {
      max-height: 90vh;
      transform: translate(-50%, -50%); } }

.ov-multi-select {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .ov-multi-select__item {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #CECECE; }
    .ov-multi-select__item:last-child {
      border-bottom: none; }
  .ov-multi-select__header {
    padding: .75rem 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CECECE; }

ul.pagination {
  margin-bottom: 5rem !important;
  margin-top: 1rem !important;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 0; }
  ul.pagination li {
    list-style: none;
    font-size: 1rem !important;
    height: 2rem !important;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 2rem !important; }
    ul.pagination li:first-child {
      border-left-width: 1px; }
    ul.pagination li a {
      color: #475B53 !important;
      display: block;
      height: 100%;
      line-height: 1.8 !important;
      width: 100%;
      border-radius: 290486px; }
      ul.pagination li a:focus {
        text-decoration: none; }
      ul.pagination li a:hover {
        text-decoration: none;
        background-color: #E7EFEB !important; }
    ul.pagination li.active {
      background: transparent !important; }
      ul.pagination li.active a {
        background-color: #5FB59F !important;
        text-decoration: none !important;
        color: #fff !important; }

.ov-radio__input {
  position: relative; }
  .ov-radio__input input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 10;
    min-height: auto; }
    .ov-radio__input input[type="radio"]:checked + label:before {
      background: #5FB59F;
      border: none; }
    .ov-radio__input input[type="radio"]:disabled + label {
      color: #D1D1D1;
      cursor: auto; }
  .ov-radio__input + label {
    position: relative;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    font-size: 0.875rem;
    font-weight: 400; }
    @media (min-width: 1216px) {
      .ov-radio__input + label {
        font-size: 1rem; } }
    .ov-radio__input + label::before {
      content: '';
      margin-right: 0.5rem;
      margin-top: .2rem;
      display: block;
      box-shadow: inset 0 0 0 4px #FFFFFF;
      position: relative !important;
      min-width: 1.125rem;
      width: 1.125rem;
      top: auto;
      position: relative;
      transform: none;
      height: 1.125rem;
      background: white;
      border-radius: 290486px !important;
      border: 1px solid #CECECE !important; }

.ov-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  border-radius: 34px; }
  .ov-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
    .ov-switch .slider:before {
      border-radius: 50%;
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
  .ov-switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .ov-switch input:checked + .slider {
    background-color: #4F8CFB; }
    .ov-switch input:checked + .slider:before {
      transform: translateX(26px); }

/* The slider */
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.ov-record {
  color: #3A3A3A;
  text-align: left;
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 1px solid #CECECE;
  position: relative;
  width: 100%;
  padding: 2rem 1rem 2rem .25rem; }
  @media (min-width: 1216px) {
    .ov-record {
      flex-direction: row;
      padding: 1rem; } }
  .ov-record__title .subtitle {
    color: #475B53;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2; }
  .ov-record__title .striped {
    font-size: 1.25rem;
    text-decoration: line-through; }
  .ov-record__text {
    color: #3D3D3D;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1rem; }
  .ov-record__content {
    width: 100%;
    flex: 1; }
  .ov-record__state {
    width: 100%;
    flex: 1;
    padding-right: 2rem;
    font-size: 0.875rem;
    display: flex;
    flex-direction: column; }
    @media (min-width: 1216px) {
      .ov-record__state {
        text-align: right;
        font-size: 1rem; } }
    .ov-record__state .unread {
      display: none;
      font-weight: 600;
      color: #CECECE; }
    .ov-record__state .status {
      line-height: 1.75; }
      .ov-record__state .status:before {
        content: '';
        margin-right: 0.25rem;
        display: inline-block;
        vertical-align: middle;
        width: 0.5rem;
        height: 0.5rem;
        background: #4F8CFB;
        border-radius: 290486px;
        margin-bottom: .15rem; }
      .ov-record__state .status.received:before {
        background: #FFB72D; }
      .ov-record__state .status.approved:before {
        background: #589686; }
      .ov-record__state .status.refused:before, .ov-record__state .status.cancelled-by-requestor:before, .ov-record__state .status.cancelled-by-kdv:before {
        background: #D14E4E; }
  .ov-record__actions {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 1216px) {
      .ov-record__actions {
        flex: 0;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 0.25rem; } }
    .ov-record__actions .ico {
      font-size: 1.25rem;
      color: #858585;
      font-weight: 600; }
  .ov-record__meta {
    margin-top: 0.66666667rem;
    font-size: 1rem;
    font-weight: 400; }
  .ov-record.unread .ov-record__state .unread {
    display: inline-block; }

.gent-application .ov-record__title .subtitle {
  color: #475B53;
  font-size: 1rem;
  font-weight: 500; }

.gent-application .ov-record__title .striped {
  font-size: 1rem; }

.gent-application .ov-record__text {
  color: #475B53;
  font-weight: 400;
  font-size: 1rem; }

.gent-application .ov-record__meta {
  color: #858585;
  font-size: 0.875rem;
  font-weight: 400; }

.ov-search {
  position: relative;
  height: 51px;
  width: auto; }
  @media (min-width: 768px) {
    .ov-search {
      max-width: 720px;
      width: 100%; } }
  @media (min-width: 768px) {
    .ov-search--small {
      max-width: 350px;
      width: 100%; } }
  .ov-search--sticky {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: fixed;
    top: .25rem;
    left: 0;
    right: 0;
    z-index: 998; }
    @media (min-width: 768px) {
      .ov-search--sticky {
        top: .5rem; } }
    @media (min-width: 1408px) {
      .ov-search--sticky {
        top: .75rem;
        max-width: 350px; } }
    .ov-search--sticky .ov-combo-box__icon {
      display: none; }
  .ov-search .ov-combo-box__inner {
    background: #FFFFFF;
    border: 1px solid rgba(95, 181, 159, 0.3); }
  @media (min-width: 768px) {
    .ov-search .ov-combo-box__input {
      padding: .75rem 1rem; } }
  .ov-search .ov-combo-box__icon {
    left: auto;
    right: .5rem;
    background: #5FB59F;
    border-radius: 290486px;
    padding: .575rem;
    padding: 0.5rem;
    font-size: .875rem;
    line-height: 1; }
    .ov-search .ov-combo-box__icon:hover {
      background: #709e8b; }
    .ov-search .ov-combo-box__icon .ico {
      color: #FFFFFF; }
  .ov-search .divider {
    padding-left: .75rem;
    border-left: 1px solid #CECECE;
    position: absolute;
    right: 1rem;
    top: 0;
    height: 24px;
    margin-top: .5rem;
    z-index: 10; }
    .ov-search .divider .count {
      background: #5FB59F;
      color: #FFFFFF;
      border-radius: 290486px;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center; }
      .ov-search .divider .count span {
        line-height: 1.75; }
    .ov-search .divider .ico {
      display: block;
      line-height: 1.4; }
      .ov-search .divider .ico.active {
        color: #589686; }
      @media (min-width: 1408px) {
        .ov-search .divider .ico {
          font-size: 1.25rem; } }

.sticky-search {
  transform: translateY(-130px);
  height: auto;
  transition: transform 0.45s cubic-bezier(0.5, 0.1, 0, 0.99);
  position: fixed;
  top: .5rem;
  left: 1rem;
  right: 1rem; }
  @media (min-width: 768px) {
    .sticky-search {
      position: absolute;
      left: 1rem;
      max-width: 320px; } }
  @media (min-width: 1408px) {
    .sticky-search {
      top: .25rem; } }
  .sticky-search.show {
    transform: translateY(0);
    transition: transform 0.45s cubic-bezier(0.5, 0.1, 0, 0.99); }
  @media (min-width: 768px) {
    .sticky-search .ov-combo-box__input {
      padding: .657rem 1rem .5rem 3rem; } }
  @media (min-width: 1408px) {
    .sticky-search .ov-combo-box__input {
      padding: .75rem 1rem .75rem 3rem; } }

.ov-select-box__input {
  position: relative; }
  .ov-select-box__input input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer;
    width: 1.5rem;
    height: 100%;
    z-index: 10; }
    .ov-select-box__input input[type="checkbox"]:required + label:after {
      content: '*';
      display: block;
      color: #C35B5B; }
    .ov-select-box__input input[type="checkbox"].ng-valid-required + label:after {
      content: '*';
      display: block;
      color: #C35B5B; }
    .ov-select-box__input input[type="checkbox"]:checked + label:before {
      background: #475B53;
      border: none; }
    .ov-select-box__input input[type="checkbox"]:disabled + label {
      color: #D1D1D1;
      cursor: auto; }
    .ov-select-box__input input[type="checkbox"]:checked + label:after {
      content: '\e900';
      font-size: 1rem;
      font-family: 'icomoon';
      position: absolute;
      color: #FFFFFF;
      line-height: 1.5;
      left: 0.125rem;
      top: 0.125rem; }
  .ov-select-box__input label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 1rem;
    font-weight: 400; }
    .ov-select-box__input label a {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
    .ov-select-box__input label::before {
      content: '';
      margin-top: .185rem;
      margin-right: 0.75rem;
      display: block;
      min-width: 1.25rem;
      width: 1.25rem;
      height: 1.25rem;
      background: white;
      border-radius: 4px;
      border: 1px solid #CECECE; }

.ov-select-dots {
  position: relative;
  padding: .75rem 3rem .75rem 1rem; }
  .ov-select-dots input {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0 !important;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .ov-select-dots input + label {
      position: relative;
      cursor: pointer;
      padding: 0;
      margin: 0;
      font-weight: 400; }
    .ov-select-dots input + label span:after {
      content: '';
      margin-left: 0.5rem;
      display: inline-block;
      vertical-align: text-center;
      width: .5rem;
      height: .5rem;
      background: transparent;
      border-radius: 290486px; }
    .ov-select-dots input:checked + label:before {
      background: #475B53;
      border: none; }
    .ov-select-dots input:disabled + label {
      color: #D1D1D1;
      cursor: auto; }
    .ov-select-dots input:checked + label:after {
      content: '\e900';
      font-size: 1rem;
      font-family: 'icomoon';
      position: absolute;
      color: #FFFFFF;
      line-height: 1.5;
      left: 0.125rem;
      top: 0.125rem; }
  .ov-select-dots:hover {
    background: #E7EFEB; }
  .ov-select-dots label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 1rem;
    font-weight: 400; }
    .ov-select-dots label::before {
      content: '';
      margin-top: .185rem;
      margin-right: 1rem;
      display: block;
      min-width: 1.25rem;
      width: 1.25rem;
      height: 1.25rem;
      background: white;
      border-radius: 4px;
      border: 1px solid #CECECE; }
  .ov-select-dots.group_variable input + label span:after {
    background: #19998E;
    border: none; }
  .ov-select-dots.group_fixed input + label span:after {
    background: #19998E;
    border: none; }
  .ov-select-dots.group_mixed input + label span:after {
    background: #19998E;
    border: none; }
  .ov-select-dots.family_variable input + label span:after {
    background: #19998E;
    border: none; }
  .ov-select-dots.family_fixed input + label span:after {
    background: #19998E;
    border: none; }
  .ov-select-dots.family_mixed input + label span:after {
    background: #19998E;
    border: none; }

.gent-application input[type="checkbox"] + label {
  align-items: center; }
  .gent-application input[type="checkbox"] + label span {
    padding-left: 1.5rem; }
  .gent-application input[type="checkbox"] + label::before {
    content: '';
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0;
    display: block;
    min-width: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    background: white;
    border-radius: 4px;
    border: 1px solid #d1d1d1; }

.gent-application input[type="checkbox"]:checked + label:before {
  background: #009DE0;
  border: none; }

.gent-application input[type="checkbox"]:checked + label:after {
  content: '\e900';
  font-size: 1rem;
  font-family: 'icomoon';
  position: absolute;
  color: #FFFFFF;
  line-height: 1.5;
  left: 0.125rem;
  top: 50%; }

.gent-application .ov-select-box__input input[type="checkbox"]:checked + label:before {
  background: #009DE0; }

.gent-application .ov-select-box__input input[type="checkbox"]:checked + label:after {
  font-weight: 600;
  top: 0; }

.gent-application .ov-select-box__input label {
  align-items: center; }
  .gent-application .ov-select-box__input label span {
    padding-left: 1.5rem; }
  .gent-application .ov-select-box__input label::before {
    content: '';
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0;
    display: block;
    min-width: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    background: white;
    border-radius: 4px;
    border: 1px solid #d1d1d1; }

.ov-tag {
  padding: .25rem .25rem .25rem 1rem;
  background: #F4FAF8;
  border-radius: 4px;
  font-size: 0.875rem;
  display: inline-flex; }
  .ov-tag .ico {
    display: block;
    line-height: 1.4;
    margin-left: .5rem; }

.gent-application .ov-tag {
  padding: .25rem .5rem; }

.ov-tip {
  text-align: center;
  padding: 0.66666667rem 0;
  background: #FFFFFF;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-weight: 400;
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  color: #475B53;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1216px) {
    .ov-tip {
      padding: 1.5rem;
      margin-bottom: 1rem;
      margin-top: 1rem;
      flex-direction: row;
      justify-content: center; } }
  @media (min-width: 1408px) {
    .ov-tip {
      margin-bottom: 1.5rem;
      margin-top: 1.5rem; } }
  .ov-tip__content p, .ov-tip__title p {
    margin: 0 !important; }
  .ov-tip__title {
    margin-bottom: .25rem;
    font-weight: 700; }
    @media (min-width: 768px) {
      .ov-tip__title {
        margin-right: .25rem;
        margin-bottom: 0; } }
  .ov-tip--important {
    text-align: left;
    border-bottom: none;
    border-top: none;
    background-color: #5FB59F;
    color: #FFFFFF; }
  .ov-tip--warning {
    text-align: left; }
    .ov-tip--warning .ov-tip__title {
      color: #B62E2E; }
  .ov-tip--notice {
    text-align: left;
    border-bottom: 1px solid #D87B11;
    border-top: 1px solid #D87B11;
    color: #D87B11;
    font-weight: 700; }

.ov-wizard {
  opacity: 0; }
  @media (min-width: 768px) {
    .ov-wizard {
      border-bottom: 2px solid #E2E2E2;
      padding: 2.5rem 0;
      background-color: #F4FAF8;
      padding: 2rem 0;
      position: absolute;
      z-index: 9;
      width: 100%;
      transform: translate(0px, -100%);
      transition: transform .4s ease, opacity .2s linear; } }
  .ov-wizard .subtitle {
    color: #5FB59F;
    font-size: 1rem; }
  .ov-wizard .title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .ov-wizard .title {
        font-size: 1.75rem;
        margin-bottom: 3rem; } }
  .ov-wizard .leading {
    font-weight: 500; }
  .ov-wizard .label {
    white-space: nowrap; }
  .ov-wizard .ov-form {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .ov-wizard .ov-form {
        margin-top: 2rem; } }
    .ov-wizard .ov-form .field-container.inline {
      flex-direction: row;
      align-items: baseline; }
    .ov-wizard .ov-form .controls {
      width: 225px;
      height: 40px; }
      .ov-wizard .ov-form .controls:after {
        top: 6px; }
  .ov-wizard__close {
    position: absolute;
    top: 1rem;
    right: 1rem; }
    @media (min-width: 1216px) {
      .ov-wizard__close .ico {
        font-size: 2rem; } }
  .ov-wizard.is-open {
    transform: translate(0px, 0%);
    opacity: 1;
    transition: transform .4s ease, opacity .2s linear; }

.ov-help-page--abc .content {
  width: 100%; }
  .ov-help-page--abc .content > * {
    flex: 1; }
  .ov-help-page--abc .content--type div {
    display: flex;
    width: 100%;
    flex-flow: row wrap; }
    .ov-help-page--abc .content--type div > * {
      flex: 1; }
    .ov-help-page--abc .content--type div img {
      height: 2rem;
      margin-right: 0.5rem;
      vertical-align: bottom;
      width: auto; }
  .ov-help-page--abc .content--type ul li {
    list-style: none;
    padding: 0.75rem; }

.ov-search-page .not-visible {
  visibility: none;
  width: 0;
  height: 0; }

.ov-search-page .empty-state {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  width: 35vw;
  max-width: 150px; }
  .ov-search-page .empty-state img {
    margin: 0 auto;
    width: 100%;
    height: auto; }

.ov-search-page .ov-collapsible__button {
  padding: 0.66666667rem 0; }
  @media (min-width: 768px) {
    .ov-search-page .ov-collapsible__button {
      padding: 0.66666667rem 0; } }
  .ov-search-page .ov-collapsible__button h5 {
    text-align: left; }

.ov-search-page .ov-collapsible-list .ov-collapsible__button .ng-scope {
  align-items: center;
  justify-content: space-between; }

.ov-search-page .ov-collapsible__content {
  padding-left: 0; }

.ov-search-page .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag i {
  top: 5px;
  right: 0; }

.ov-search-page .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag-action i {
  padding-left: 0;
  left: 0.5rem;
  right: auto; }

.ov-search-page .ov-search-page-header .fixed-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 160px;
  height: 160px;
  padding: 1.5rem 0;
  background-color: #d0e7e0;
  z-index: 80;
  border-bottom: 1px solid #F7F7F7;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .ov-search-page .ov-search-page-header .fixed-wrapper {
      top: 60px; } }
  @media (min-width: 1216px) {
    .ov-search-page .ov-search-page-header .fixed-wrapper {
      z-index: 90;
      padding: 2rem 0;
      top: 80px;
      background: #FFFFFF;
      box-shadow: none; } }

.ov-search-page .ov-search-page-header .widget.combo_box .input_holder .dropdown_container .dropdown .dropdown_item {
  color: #589686; }
  .ov-search-page .ov-search-page-header .widget.combo_box .input_holder .dropdown_container .dropdown .dropdown_item:hover {
    background-color: #F4FAF8; }

.ov-search-page .ov-search-page-header .search-filters-container {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  align-self: stretch;
  width: 100%; }
  @media (min-width: 1216px) {
    .ov-search-page .ov-search-page-header .search-filters-container {
      gap: 1.5rem; } }
  .ov-search-page .ov-search-page-header .search-filters-container .warning {
    border-radius: 4px 0px 0px 4px;
    background: #E7EFEB;
    box-shadow: 0px 2px 4px 0px rgba(44, 63, 72, 0.05);
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem 1rem 0;
    font-size: 0.875rem;
    gap: 1.5rem; }
    .ov-search-page .ov-search-page-header .search-filters-container .warning .warning-heading {
      border-radius: 0px 100px 100px 0px;
      background: #B8DFF9;
      color: #306F9D;
      text-align: center;
      font-weight: 500;
      padding: 1rem 2rem 1rem 1.5rem;
      white-space: nowrap; }

.ov-search-page .ov-search-page-header .ov-button__label {
  padding-right: 0.25rem; }

.ov-search-page .ov-search-page-header .ov-button.active {
  font-weight: 500;
  color: #3A3A3A;
  border: 1px solid #5FB59F;
  background: #F4FAF8; }
  .ov-search-page .ov-search-page-header .ov-button.active span:before {
    display: block; }

.ov-search-page .ov-search-page-header .ov-button .badge {
  min-width: 1.125rem;
  min-height: 1.125rem;
  background: #5FB59F;
  font-family: sofia-pro, Helvetica, Arial, Georgia, Sans-serif;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .ov-search-page .ov-search-page-header .ov-button .badge:hover {
    background: #5FB59F; }

.ov-search-page .ov-search-page-header .filter-button .ov-button--icon {
  background-color: #FFFFFF;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 2.25rem;
  padding: .5rem .75rem; }
  .ov-search-page .ov-search-page-header .filter-button .ov-button--icon .ov-button__label {
    padding: 0; }

.ov-search-page .ov-search-page-main {
  display: flex;
  margin-top: 100px;
  height: calc(100dvh - 220px);
  position: relative; }
  @media (min-width: 768px) {
    .ov-search-page .ov-search-page-main {
      height: calc(100dvh - 160px);
      margin-top: 160px; } }
  @media (min-width: 1216px) {
    .ov-search-page .ov-search-page-main {
      margin-top: 180px;
      height: calc(100dvh - 240px); } }
  @media (min-width: 1408px) {
    .ov-search-page .ov-search-page-main {
      margin-top: 160px; } }
  .ov-search-page .ov-search-page-main .list-view {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none; }
    @media (min-width: 1216px) {
      .ov-search-page .ov-search-page-main .list-view {
        flex: 0;
        width: 0;
        display: block; } }
    .ov-search-page .ov-search-page-main .list-view.active {
      display: block; }
      @media (min-width: 1216px) {
        .ov-search-page .ov-search-page-main .list-view.active {
          flex: 0 0 50%;
          width: 50%;
          display: block; } }
    .ov-search-page .ov-search-page-main .list-view .aside {
      overflow-y: scroll;
      height: 100%;
      padding: 2rem 0; }
    .ov-search-page .ov-search-page-main .list-view .alert {
      margin-bottom: 0; }
    .ov-search-page .ov-search-page-main .list-view .search-more-box > div {
      background-color: #F7F7F7;
      text-align: center;
      padding: 1.8em;
      margin-top: 1em; }
      .ov-search-page .ov-search-page-main .list-view .search-more-box > div h6 {
        margin-bottom: 0; }
      .ov-search-page .ov-search-page-main .list-view .search-more-box > div p {
        font-size: 1rem;
        color: #858585; }
      .ov-search-page .ov-search-page-main .list-view .search-more-box > div .button {
        background-color: transparent;
        color: #475B53;
        border: 2px solid #475B53;
        border-radius: 290486px;
        padding-top: .671rem;
        margin-top: 0.1em; }
        .ov-search-page .ov-search-page-main .list-view .search-more-box > div .button:hover {
          background-color: rgba(206, 206, 206, 0.4);
          color: #589686;
          border-color: #589686;
          box-shadow: none; }
        .ov-search-page .ov-search-page-main .list-view .search-more-box > div .button .fa.fa-plus {
          line-height: 2.7rem; }
  .ov-search-page .ov-search-page-main .map-view {
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 160px;
    left: 0;
    right: 0;
    bottom: 0;
    flex: 0 0 100%;
    width: 100%;
    height: calc(100dvh - 160px); }
    @media (min-width: 1216px) {
      .ov-search-page .ov-search-page-main .map-view {
        position: relative;
        flex: 0 0 50%;
        width: 50%;
        height: 100%;
        top: 0;
        opacity: 1;
        display: block;
        z-index: 5; } }
    .ov-search-page .ov-search-page-main .map-view.full {
      opacity: 1;
      z-index: 40; }
      @media (min-width: 1216px) {
        .ov-search-page .ov-search-page-main .map-view.full {
          flex: 0 0 100%;
          width: 100%;
          position: relative;
          height: 100%;
          top: 0; } }
    .ov-search-page .ov-search-page-main .map-view .leaflet-bottom .leaflet-control {
      margin-bottom: 5.5rem !important; }
      @media (min-width: 1216px) {
        .ov-search-page .ov-search-page-main .map-view .leaflet-bottom .leaflet-control {
          margin-bottom: 2.5rem !important; } }

@media (min-width: 1216px) {
  .ov-search-page .w-half {
    flex: 0 0 50%; } }

.ov-search-page .search-filter + .search-filter {
  margin-left: 1rem; }

.ov-search-page .search-filter .widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag:not(.tag-action) {
  background-color: rgba(95, 181, 159, 0.3);
  border-color: rgba(95, 181, 159, 0.3); }

.ov-search-page .search-filter .radio_button_container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap; }
  .ov-search-page .search-filter .radio_button_container .radio_button {
    font-weight: 400;
    font-size: 1rem;
    margin-left: .35rem;
    margin-top: 0; }
    .ov-search-page .search-filter .radio_button_container .radio_button span:before {
      content: '\e900';
      font-size: 1rem;
      font-family: 'icomoon';
      position: absolute;
      color: inherit;
      top: 50%;
      left: .5rem;
      transform: translateY(-50%);
      background: transparent;
      box-shadow: none;
      border: none;
      display: none;
      line-height: 1.25; }
    .ov-search-page .search-filter .radio_button_container .radio_button.selected {
      font-weight: 600;
      color: #589686;
      border: 1px solid rgba(95, 181, 159, 0.3);
      background: #F4FAF8;
      padding-left: 1.5rem; }
      .ov-search-page .search-filter .radio_button_container .radio_button.selected span:before {
        display: block; }

.ov-search-page .ov-search__map {
  height: 100%;
  position: relative; }

.ov-search-page .ov-map-toggle {
  display: none;
  align-self: flex-end;
  z-index: 20; }
  @media (min-width: 1216px) {
    .ov-search-page .ov-map-toggle {
      display: block;
      position: absolute;
      z-index: 800;
      top: 1rem;
      left: 1rem; } }
  .ov-search-page .ov-map-toggle .ov-button--base {
    padding: .5rem 1rem;
    display: block;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF; }
    .ov-search-page .ov-map-toggle .ov-button--base .ov-button__label {
      display: flex;
      align-items: center; }
  .ov-search-page .ov-map-toggle .ov-button--floating {
    color: #555555;
    border: 1px solid #E2E2E2;
    background-color: #FFFFFF;
    font-size: 0.875rem !important;
    position: fixed;
    bottom: .5rem;
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    box-shadow: 0px 0px 10px 0px rgba(44, 63, 72, 0.15); }
    .ov-search-page .ov-map-toggle .ov-button--floating:hover, .ov-search-page .ov-map-toggle .ov-button--floating:active {
      color: #555555;
      border: 1px solid #E2E2E2;
      background-color: #FFFFFF; }
  .ov-search-page .ov-map-toggle--mobile {
    display: block;
    position: fixed;
    bottom: 4rem;
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50; }
    @media (min-width: 768px) {
      .ov-search-page .ov-map-toggle--mobile {
        bottom: 2.5rem; } }
    @media (min-width: 1216px) {
      .ov-search-page .ov-map-toggle--mobile {
        display: none; } }

.ov-search-page.bko .ov-search-page-header .fixed-wrapper {
  position: relative;
  height: auto; }
  @media (min-width: 768px) {
    .ov-search-page.bko .ov-search-page-header .fixed-wrapper {
      position: fixed; } }
  @media (min-width: 1216px) {
    .ov-search-page.bko .ov-search-page-header .fixed-wrapper {
      position: fixed;
      z-index: 90;
      padding: 2rem 0;
      top: 80px;
      height: 160px;
      background: #FFFFFF;
      box-shadow: none; } }

.ov-search-page.bko .ov-search-page-header .search-filters-container {
  gap: 1rem; }

.ov-search-page.bko .ov-search-page-main {
  margin-top: 0;
  height: auto; }
  @media (min-width: 768px) {
    .ov-search-page.bko .ov-search-page-main {
      height: calc(100dvh - 160px); } }
  @media (min-width: 1216px) {
    .ov-search-page.bko .ov-search-page-main {
      margin-top: 180px;
      height: calc(100dvh - 240px); } }
  @media (min-width: 1408px) {
    .ov-search-page.bko .ov-search-page-main {
      margin-top: 160px; } }
  .ov-search-page.bko .ov-search-page-main .map-view.full {
    opacity: 1;
    z-index: 45;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    flex: 0 0 100%;
    width: 100%;
    height: calc(100dvh - 60px);
    overflow: hidden; }
    @media (min-width: 1216px) {
      .ov-search-page.bko .ov-search-page-main .map-view.full {
        flex: 0 0 100%;
        width: 100%;
        position: relative;
        height: 100%;
        top: 0; } }
  .ov-search-page.bko .ov-search-page-main .map-view .leaflet-bottom .leaflet-control {
    margin-bottom: 5.5rem !important; }
    @media (min-width: 1216px) {
      .ov-search-page.bko .ov-search-page-main .map-view .leaflet-bottom .leaflet-control {
        margin-bottom: 2.5rem !important; } }

.ov-search-page.bko .ov-map-toggle--mobile {
  bottom: 1rem; }

.ov-search-page.bko .search-filter .radio_button_container {
  flex-wrap: wrap; }

.search-filters-container .search-filter {
  flex: 1; }

.search-filters-container .ov-link.help {
  padding-top: 0;
  padding-bottom: 1.25rem;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  text-align: right;
  display: block;
  line-height: 1.3; }

.content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.h-100 {
  height: 100%; }

.alert {
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid #F7F7F7;
  margin-bottom: 1rem; }

.search-filters-popup .ov-modal {
  padding: 0;
  min-width: 60vw;
  border: none; }
  @media (min-width: 1216px) {
    .search-filters-popup .ov-modal {
      min-height: 80vh;
      height: auto; } }
  .search-filters-popup .ov-modal .ov-modal__body {
    padding-top: 0; }
  .search-filters-popup .ov-modal .ov-modal__header {
    position: sticky;
    top: 0;
    padding: 1.5rem 1rem;
    background-color: #FFFFFF;
    z-index: 10;
    border-bottom: 1px solid #F7F7F7; }
  .search-filters-popup .ov-modal .ov-modal__close {
    top: 50%;
    transform: translateY(-50%); }
  .search-filters-popup .ov-modal .ov-modal__footer {
    position: sticky;
    z-index: 10;
    bottom: 0;
    padding: 1rem;
    background-color: #FFFFFF;
    border-top: 1px solid #F7F7F7; }

.search-filters-popup .ov-button-group {
  flex-direction: row;
  margin-bottom: 0; }

.search-filters-popup .search-filter {
  padding: 1.5rem 0 2.75rem 0;
  border-bottom: 1px solid #F7F7F7;
  margin-bottom: 1.25rem;
  margin-left: 1rem;
  margin-right: 1rem; }
  .search-filters-popup .search-filter .search-provider-box-wrapper .selected_tag_wrapper .selected_tag .tag {
    background-color: rgba(95, 181, 159, 0.3); }
  .search-filters-popup .search-filter:last-child {
    border-bottom: none; }
  @media (min-width: 1216px) {
    .search-filters-popup .search-filter {
      margin-left: 2rem;
      margin-right: 2rem; } }
  .search-filters-popup .search-filter.highlighted {
    background: #F4FAF8;
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 180px;
    padding-top: 2rem; }
  .search-filters-popup .search-filter .header {
    margin-bottom: .75rem;
    flex-direction: column; }
    @media (min-width: 1216px) {
      .search-filters-popup .search-filter .header {
        flex-direction: row; } }
    .search-filters-popup .search-filter .header .subtitle {
      color: #555555;
      font-weight: 400;
      font-size: 0.875rem; }
  .search-filters-popup .search-filter .widget.tag_select_combo_box .input_label {
    display: none; }
  .search-filters-popup .search-filter .widget.combo_box .input_holder div:not(.dropdown_container) {
    border-radius: 4px;
    border: 1px solid #CECECE;
    background: #FFFFFF;
    padding: 4px 16px;
    height: 2.75rem; }
    .search-filters-popup .search-filter .widget.combo_box .input_holder div:not(.dropdown_container):focus {
      border: 2px solid #5FB59F; }
  .search-filters-popup .search-filter .content.flex-lg-row {
    gap: .875rem;
    flex-direction: column; }
    @media (min-width: 768px) {
      .search-filters-popup .search-filter .content.flex-lg-row {
        flex-direction: row;
        flex-wrap: wrap;
        gap: .875rem 2rem; }
        .search-filters-popup .search-filter .content.flex-lg-row .ov-select-box {
          width: 40%; } }
    @media (min-width: 768px) and (min-width: 1216px) {
      .search-filters-popup .search-filter .content.flex-lg-row .ov-select-box {
        width: 30%; } }
  .search-filters-popup .search-filter .radio_button_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem; }
    @media (min-width: 1216px) {
      .search-filters-popup .search-filter .radio_button_container {
        flex-direction: row;
        gap: 1rem; } }
    .search-filters-popup .search-filter .radio_button_container .radio_button {
      flex: 1;
      width: 100%;
      display: flex;
      justify-content: center;
      min-height: 2.75rem; }
      .search-filters-popup .search-filter .radio_button_container .radio_button span {
        position: relative;
        text-align: center; }
        .search-filters-popup .search-filter .radio_button_container .radio_button span:before {
          content: '\e900';
          font-size: 1rem;
          font-family: 'icomoon';
          position: absolute;
          color: inherit;
          top: 50%;
          left: -1.5rem;
          transform: translateY(-50%);
          background: transparent;
          box-shadow: none;
          border: none;
          display: none;
          line-height: 1.25; }
      .search-filters-popup .search-filter .radio_button_container .radio_button.selected {
        font-weight: 600;
        color: #FFFFFF;
        border: 1px solid #5FB59F;
        background: #5FB59F;
        padding-left: 0.75rem; }
        .search-filters-popup .search-filter .radio_button_container .radio_button.selected span:before {
          display: block; }

.fa-duotone {
  color: #5FB59F !important; }

#searchMap {
  height: 100%;
  width: 100%; }

.ov-search-map {
  height: 100%; }

.ov-auth-page .ov-panes {
  background: #FFFFFF;
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  min-height: calc(100vh - 60px);
  overflow-y: auto; }
  @media (min-width: 1216px) and (min-height: 800px) {
    .ov-auth-page .ov-panes {
      display: block;
      min-height: calc(100vh - 60px);
      height: 100%; } }
  @media (min-width: 1408px) and (min-height: 800px) {
    .ov-auth-page .ov-panes {
      min-height: calc(100vh - 80px); } }
  .ov-auth-page .ov-panes__left {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 0;
    flex: 1;
    overflow-y: auto; }
    @media (min-width: 1216px) {
      .ov-auth-page .ov-panes__left {
        display: block;
        padding: 0;
        height: auto; } }
    .ov-auth-page .ov-panes__left .aside {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: width 0.25s cubic-bezier(0.5, 0.1, 0, 0.99); }
      @media (min-width: 1216px) {
        .ov-auth-page .ov-panes__left .aside {
          display: block;
          flex: 0 0 75%;
          width: 75%;
          margin-right: 25%;
          padding: 5.25rem 0;
          overflow-y: auto; } }
      @media (min-width: 1408px) {
        .ov-auth-page .ov-panes__left .aside {
          height: 100%;
          flex: 0 0 70%;
          width: 70%;
          margin-right: 30%; } }
      .ov-auth-page .ov-panes__left .aside h3 {
        margin-bottom: 2rem;
        text-align: center; }
  .ov-auth-page .ov-panes__right {
    min-height: 100%;
    width: 100%;
    z-index: 9; }
    @media (min-width: 1216px) {
      .ov-auth-page .ov-panes__right {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        width: 25%;
        flex: 0 0 25%; } }
    @media (min-width: 1408px) {
      .ov-auth-page .ov-panes__right {
        flex: 0 0 30%;
        width: 30%; } }
    .ov-auth-page .ov-panes__right aside {
      width: 100% !important;
      contain: content !important;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      @media (min-width: 1216px) {
        .ov-auth-page .ov-panes__right aside {
          position: sticky;
          min-height: calc(100vh - 80px);
          top: 0px; } }
  .ov-auth-page .ov-panes__block {
    height: 100%;
    flex: 1;
    padding: 4rem 0;
    width: 100%;
    display: flex;
    align-items: center; }

.ov-auth-page .login-options {
  text-align: center; }

.ov-auth-page .login-seperator {
  align-items: center;
  display: flex;
  padding: 3rem 0 1rem; }
  .ov-auth-page .login-seperator__line {
    border: 1px solid #CECECE;
    display: block;
    flex: 1 1; }
  .ov-auth-page .login-seperator__text {
    padding: 0 1rem; }

.ov-auth-page .faq-question .ov-collapsible {
  border-bottom: 2px solid #EBEBEB;
  border-top: none; }

.ov-auth-page .faq-question .ov-collapsible__button {
  padding-left: 0; }
  @media (min-width: 768px) {
    .ov-auth-page .faq-question .ov-collapsible__button .animated-icon {
      padding: 1rem; } }
  .ov-auth-page .faq-question .ov-collapsible__button .animated-icon span {
    height: 2px;
    background-color: #589686;
    width: 12px; }
  .ov-auth-page .faq-question .ov-collapsible__button .ov-label {
    color: #475B53;
    font-weight: 400;
    display: flex;
    flex-direction: column; }

.ov-auth-page .faq-question .ov-collapsible__content * {
  font-size: 0.875rem;
  color: #475B53; }

.ov-auth-page.ov-auth-page--forgot .faq {
  margin-top: 3rem; }

.ov-auth-page.ov-auth-page--forgot .faq-question .ov-collapsible__button .animated-icon span {
  background-color: #475B53; }

.ov-auth-page.ov-auth-page--forgot .faq-question .ov-collapsible__button .ov-label {
  color: #475B53; }

.ov-auth-page.ov-auth-page--forgot .ov-form .field-container {
  margin-bottom: .5rem; }

.ov-auth-page.ov-auth-page--forgot .ov-form .field-container:last-child {
  margin-bottom: 1.5rem; }

.ov-profile-page .ov-hero .like-btn {
  position: static;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: normal; }
  .ov-profile-page .ov-hero .like-btn .heart {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: .25rem; }

.ov-profile-page .map-holder {
  overflow: hidden;
  height: 20rem;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  pointer-events: none; }

.ov-profile-page .a-sticky {
  position: sticky;
  top: 100px;
  left: 100%;
  right: 0;
  z-index: 50; }
  .ov-profile-page .a-sticky--cta {
    top: 0rem;
    left: 0;
    right: 0;
    bottom: 60px;
    margin-top: -1.5rem;
    background: #4F8CFB;
    z-index: 100; }
    @media (min-width: 768px) {
      .ov-profile-page .a-sticky--cta {
        bottom: 0; } }
    @media (min-width: 1216px) {
      .ov-profile-page .a-sticky--cta {
        display: none; } }
    .ov-profile-page .a-sticky--cta .ov-button {
      width: 100%;
      height: 100%;
      color: #FFFFFF;
      padding: 1rem 0; }
      .ov-profile-page .a-sticky--cta .ov-button:hover {
        background: #4F8CFB;
        color: #FFFFFF; }
  .ov-profile-page .a-sticky--float {
    float: right;
    display: none; }
    @media (min-width: 1216px) {
      .ov-profile-page .a-sticky--float {
        display: flex;
        justify-content: flex-end;
        width: 0; } }

.ov-profile-page .subtitle, .ov-profile-page .title {
  display: flex; }
  .ov-profile-page .subtitle .ico, .ov-profile-page .title .ico {
    font-size: inherit;
    margin-right: 0.5rem;
    line-height: 1.3;
    display: block; }

.ov-profile-page .ov-card .subtitle {
  display: block; }

.ov-profile-page .ov-card .subtitle.h4 {
  font-size: 1.5vw; }

.ov-profile-page .ov-card .subtitle.h6 {
  font-size: 1.125vw; }

.ov-profile-page .flex-row div {
  flex: 1; }

.ov-profile-page [data-tooltip] .ico {
  font-size: 0.75rem; }

.ov-profile-block {
  margin: 0.5rem 0;
  padding: 3rem 0;
  z-index: 1; }
  .ov-profile-block .h5.subtitle {
    margin-bottom: 1.5rem; }
  .ov-profile-block .h6.subtitle {
    margin-top: 1rem; }
  .ov-profile-block:not(:last-child) {
    border-bottom: 1px solid #E2E2E2; }
  .ov-profile-block .data_table .table_section .entry {
    justify-content: space-between; }
    .ov-profile-block .data_table .table_section .entry:last-child {
      border-bottom: none; }
    .ov-profile-block .data_table .table_section .entry .entry_field {
      flex: initial; }

.kozalogo {
  max-width: 5rem; }

.settings_priorities_page .ov-container form[name="priorityGroupsForm"] .widget.statement_on_honor {
  margin: 4rem 0 2rem; }

.settings_priorities_page .ov-container form[name="priorityGroupsForm"] .checkbox + label:before {
  margin-left: 1px;
  margin-top: 9px; }

.settings_priorities_page .ov-container form[name="priorityGroupsForm"] .checkbox + label:after {
  position: absolute;
  top: 0;
  margin-top: 13px; }

.form_renderer.koza_priority_groups_select .checkbox + label:before {
  margin-left: 1px;
  margin-top: 9px; }

.form_renderer.koza_priority_groups_select .checkbox + label:after {
  position: absolute;
  top: 0;
  margin-top: 13px; }

.ov-personal-page {
  position: relative; }
  .ov-personal-page .status-info {
    padding: 1.5rem; }
  .ov-personal-page .ov-contact-button {
    position: sticky;
    text-align: right;
    margin-bottom: 1rem;
    margin-right: 1rem;
    bottom: 1rem;
    z-index: 15; }

.ov-details {
  border-bottom: 1px solid #CECECE;
  padding: 1rem 0;
  display: flex; }
  .ov-details .entry-title {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 0.5rem;
    justify-content: space-between;
    line-height: 1.5625 !important; }
    .ov-details .entry-title > span {
      margin: 0 !important; }
  .ov-details .ov-link {
    padding-top: .25rem; }
  .ov-details .m-content {
    flex: 2;
    margin-bottom: 0; }
  .ov-details .entry {
    color: #858585;
    font-size: 0.875rem; }
    @media (min-width: 1216px) {
      .ov-details .entry {
        font-size: 1rem; } }
    .ov-details .entry--table {
      display: flex;
      flex-flow: row nowrap;
      padding: 0.25rem; }
      .ov-details .entry--table:nth-child(odd) {
        background-color: #F4F8F6; }
      .ov-details .entry--table > * {
        word-break: break-all; }
      .ov-details .entry--table .key {
        flex: 1;
        font-weight: 600; }
      .ov-details .entry--table .value {
        flex: 2; }
        .ov-details .entry--table .value .emphasis {
          color: #666;
          font-style: italic; }

.ov-settings-page {
  position: relative;
  padding: 2rem 0; }
  .ov-settings-page table.responsive_table thead {
    display: none; }
  .ov-settings-page table.responsive_table tbody {
    display: flex;
    flex-direction: column; }
    .ov-settings-page table.responsive_table tbody tr {
      border-bottom: 1px solid #BABABA;
      display: inline-flex;
      flex-direction: column;
      width: 100%;
      padding: 1rem 0; }
    .ov-settings-page table.responsive_table tbody td {
      padding: .25rem; }
  .ov-settings-page table.responsive_table .entry-title {
    display: flex;
    align-items: center; }
    .ov-settings-page table.responsive_table .entry-title .subtitle {
      flex: 1; }
  .ov-settings-page td.button {
    background: #FFFFFF !important; }
  .ov-settings-page .widget.notification_type {
    padding: 0.5rem 0;
    border-bottom: 1px solid #E2E2E2; }
  .ov-settings-page .widget.nfe_form.nfe_line_wrapper .line_display {
    flex-flow: row nowrap;
    align-items: center;
    border-bottom: 1px solid #E2E2E2; }
    .ov-settings-page .widget.nfe_form.nfe_line_wrapper .line_display .button {
      width: auto;
      background: #4F8CFB;
      color: #FFFFFF; }
    .ov-settings-page .widget.nfe_form.nfe_line_wrapper .line_display .warning.button {
      background: #4F8CFB;
      color: #FFFFFF; }
    .ov-settings-page .widget.nfe_form.nfe_line_wrapper .line_display .actions {
      flex: 0;
      align-items: flex-start; }
    .ov-settings-page .widget.nfe_form.nfe_line_wrapper .line_display .text .labels > span {
      margin: 0; }
    .ov-settings-page .widget.nfe_form.nfe_line_wrapper .line_display .text .labels .label {
      width: 100%; }
    .ov-settings-page .widget.nfe_form.nfe_line_wrapper .line_display .text .labels .value {
      width: 100%;
      color: #858585;
      font-weight: 400; }

.ov-requests-page {
  position: relative; }
  .ov-requests-page .ov-alert {
    margin: 2rem 1rem 0; }
  .ov-requests-page .backdrop {
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    inset: 0px;
    bottom: 0;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center; }
    .ov-requests-page .backdrop .ov-alert {
      position: absolute; }
      @media (min-width: 1216px) {
        .ov-requests-page .backdrop .ov-alert {
          left: 1rem;
          width: 100%; } }
  .ov-requests-page .button.print {
    display: block !important;
    margin-left: auto !important;
    margin-right: 0; }
  .ov-requests-page__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem; }
  .ov-requests-page .ov-search-widget {
    display: flex;
    width: 100%; }
    .ov-requests-page .ov-search-widget .ov-button {
      font-size: 1rem; }
    .ov-requests-page .ov-search-widget .ov-dropdown {
      min-width: 9rem;
      margin-right: .25rem; }
      @media (min-width: 1216px) {
        .ov-requests-page .ov-search-widget .ov-dropdown {
          min-width: 12rem; } }
      .ov-requests-page .ov-search-widget .ov-dropdown__toggle {
        padding: 0 1.5rem;
        height: 3rem; }
        @media (min-width: 1600px) {
          .ov-requests-page .ov-search-widget .ov-dropdown__toggle {
            padding: .735rem 1.5rem; } }
    .ov-requests-page .ov-search-widget .ov-combo-box {
      flex: 1; }
      .ov-requests-page .ov-search-widget .ov-combo-box__inner {
        box-shadow: none;
        height: 100%;
        border: 1px solid #CECECE; }
      .ov-requests-page .ov-search-widget .ov-combo-box__input {
        padding: .578rem 1rem .578rem 1rem; }
  .ov-requests-page .ov-filter-widget {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem; }
    @media (min-width: 1216px) {
      .ov-requests-page .ov-filter-widget {
        justify-content: flex-end;
        margin-top: 0; } }
    .ov-requests-page .ov-filter-widget .ov-button {
      border-radius: 4px;
      padding: .5rem;
      width: 32px;
      height: 32px; }
    .ov-requests-page .ov-filter-widget .ov-dropdown + .ov-button {
      border-radius: 0 4px 4px 0; }
    .ov-requests-page .ov-filter-widget .ov-dropdown__toggle {
      padding: 0;
      border-radius: 4px 0 0 4px;
      height: 32px;
      width: 32px;
      display: flex;
      align-items: center; }
      .ov-requests-page .ov-filter-widget .ov-dropdown__toggle .ov-button__label {
        width: 100%;
        height: 100%;
        padding: 0;
        justify-content: center; }
        .ov-requests-page .ov-filter-widget .ov-dropdown__toggle .ov-button__label .ico {
          margin: 0;
          position: relative;
          right: auto; }
    .ov-requests-page .ov-filter-widget .ov-dropdown__content {
      right: 0;
      left: auto;
      top: 2.5rem; }
    .ov-requests-page .ov-filter-widget .ov-sort {
      display: flex;
      width: 100%; }
      .ov-requests-page .ov-filter-widget .ov-sort span {
        flex: 1; }
  .ov-requests-page .ov-single-button-widget {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem; }
    @media (min-width: 1216px) {
      .ov-requests-page .ov-single-button-widget {
        justify-content: flex-end;
        margin-top: 0; } }
    .ov-requests-page .ov-single-button-widget .ov-button {
      border-radius: 4px;
      padding: .5rem; }

.ov-dvo-page .ov-alert {
  padding: 1rem;
  text-align: center;
  margin: 1rem 0; }
  .ov-dvo-page .ov-alert p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500; }

.ov-dvo-page .ov-button--back {
  color: #555555;
  font-weight: 400; }

.ov-dvo-page .ov-card--vertical {
  max-width: auto;
  min-width: auto; }

.ov-dvo-page .section {
  margin: 4rem 0; }

.ov-dvo-page .section-block {
  margin-top: 2rem; }

.ov-dvo-page .flex.items-center {
  display: flex;
  align-items: center;
  gap: .5rem; }

.ov-dvo-page .a-sticky {
  position: sticky;
  top: 100px;
  left: 100%;
  right: 0;
  z-index: 4; }
  .ov-dvo-page .a-sticky--cta {
    top: 0rem;
    left: 0;
    right: 0;
    bottom: 60px;
    margin-top: -1.5rem;
    background: #4F8CFB;
    z-index: 100; }
    @media (min-width: 768px) {
      .ov-dvo-page .a-sticky--cta {
        bottom: 0; } }
    @media (min-width: 1216px) {
      .ov-dvo-page .a-sticky--cta {
        display: none; } }
    .ov-dvo-page .a-sticky--cta .ov-button {
      width: 100%;
      height: 100%;
      color: #FFFFFF;
      padding: 1rem 0; }
      .ov-dvo-page .a-sticky--cta .ov-button:hover {
        background: #4F8CFB;
        color: #FFFFFF;
        border: none; }

.ov-home-page {
  position: relative; }
  .ov-home-page .ov-tip .title {
    color: #4F8CFB; }

.ov-community-page--detail .contact-form .ov-form-wrapper {
  background: transparent; }

.ov-community-page--detail .contact-form .form_actions {
  margin-top: 1rem; }

.ov-community-page .ov-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  border-bottom: 0;
  text-align: center; }
  @media (min-width: 768px) {
    .ov-community-page .ov-details {
      text-align: left;
      align-items: flex-start; } }
  .ov-community-page .ov-details .title {
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .ov-community-page .ov-details .title {
        margin-bottom: 1rem; } }
  .ov-community-page .ov-details .ov-link {
    padding-bottom: 0;
    padding-top: 0.5rem; }
    @media (min-width: 768px) {
      .ov-community-page .ov-details .ov-link {
        padding-bottom: 0.5rem; } }
  .ov-community-page .ov-details .location {
    width: 50vw;
    margin: 0 auto;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .ov-community-page .ov-details .location {
        width: auto;
        margin: 0; } }
  .ov-community-page .ov-details .m-content > span {
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      .ov-community-page .ov-details .m-content > span {
        display: inline-flex;
        align-items: center;
        text-align: left; } }