:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1240px;
  --font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
}

.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-auto,
.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-sm-auto,
.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-md-auto,
.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-lg-auto,
.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-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1239.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

.flex-column-reverse {
  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;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !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;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

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

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

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

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@media (max-width: 767.98px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

html {
  color: #001935;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  position: relative;
}

/**
Disable W3C & Bootstrap standard styles for the abbr tag
 */

abbr[title].required {
  border-bottom: none;
  text-decoration: none;
}

.monofont {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#site-header.has-fixed-top-navbar {
  padding-top: 85px;
}

@media screen and (max-width: 1239.98px) and (max-width: 782px) {
  body.admin-bar #site-header nav.navbar.fixed-top {
    top: 46px !important;
  }
}

.col-sm-12 {
  flex-basis: 100%;
}

@font-face {
  font-family: 'proxima-nova';
  src: url("../../fonts/ProximaNova-Regular.eot");
  src: url("../../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/ProximaNova-Regular.woff") format("woff"), url("../../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'proxima-nova';
  src: url("../../fonts/ProximaNova-Bold.eot");
  src: url("../../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../../fonts/ProximaNova-Bold.woff") format("woff"), url("../../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'proxima-nova';
  src: url("../../fonts/ProximaNova-Light.eot");
  src: url("../../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/ProximaNova-Light.woff2") format("woff2"), url("../../fonts/ProximaNova-Light.woff") format("woff"), url("../../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'proxima-nova';
  src: url("../../fonts/ProximaNova-Semibold.eot");
  src: url("../../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../../fonts/ProximaNova-Semibold.woff") format("woff"), url("../../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url("../../fonts/Averta-Light.eot");
  src: url("../../fonts/Averta-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Averta-Light.woff2") format("woff2"), url("../../fonts/Averta-Light.woff") format("woff"), url("../../fonts/Averta-Light.svg#Averta-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url("../../fonts/Averta-Regular.eot");
  src: url("../../fonts/Averta-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Averta-Regular.woff2") format("woff2"), url("../../fonts/Averta-Regular.woff") format("woff"), url("../../fonts/Averta-Regular.svg#Averta-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url("../../fonts/Averta-Bold.eot");
  src: url("../../fonts/Averta-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Averta-Bold.woff2") format("woff2"), url("../../fonts/Averta-Bold.woff") format("woff"), url("../../fonts/Averta-Bold.svg#Averta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'proxima-nova', sans-serif;
}

html {
  width: 100%;
  height: auto;
  overflow-x: visible;
  box-sizing: border-box;
}

body {
  min-height: auto;
}

body.admin-bar .mobile-menu-box {
  top: 140px;
}

@media only screen and (max-width: 767px) {
  body.admin-bar .mobile-menu-box {
    top: 106px;
  }
}

.site-wrapper {
  overflow: hidden;
}

::-moz-selection {
  background: #c2a67a;
  color: #fff;
}

::selection {
  background: #c2a67a;
  color: #fff;
}

.container {
  max-width: 1288px !important;
}

@media only screen and (max-width: 767px) {
  .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.nmp-last-el h1:last-child,
.nmp-last-el h2:last-child,
.nmp-last-el h3:last-child,
.nmp-last-el h4:last-child,
.nmp-last-el h5:last-child,
.nmp-last-el h6:last-child,
.nmp-last-el ul:last-child,
.nmp-last-el ol:last-child,
.nmp-last-el p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sec-margin {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .sec-margin {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin {
    margin-bottom: 30px;
  }
}

.sec-padding {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .sec-padding {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-padding {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-padding {
    padding-bottom: 30px;
  }
}

.sec-double-padding {
  padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-double-padding {
    padding: 30px 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #001935;
  font-family: 'Averta', sans-serif;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 20px 0;
}

h1 {
  font-size: 50px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 374px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.1;
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 374px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 374px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  color: #001935;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 374px) {
  p {
    font-size: 16px;
  }
}

p:empty {
  display: none;
}

ol {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

ol li {
  color: #001935;
  font-size: 18px;
  line-height: 1.5;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 28px;
}

@media only screen and (max-width: 374px) {
  ol li {
    font-size: 16px;
  }
}

ol li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #c2a67a;
  color: var(--mainColor);
}

ul:not(.main-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers) {
  margin-bottom: 30px;
  margin-top: 0;
  list-style: none;
  padding: 0;
}

ul:not(.main-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers) li {
  color: #001935;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
}

@media only screen and (max-width: 374px) {
  ul:not(.main-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers) li {
    font-size: 16px;
  }
}

ul:not(.main-nav):not(.top-nav):not(.sub-menu):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers) li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

a {
  color: #c2a67a;
  color: var(--mainColor);
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #001935;
}

blockquote {
  max-width: 620px;
  text-align: center;
  margin: 0 auto 30px auto;
}

blockquote,
blockquote > p {
  font-family: 'Averta', sans-serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  blockquote,
  blockquote > p {
    font-size: 30px;
  }
}

ul[id*=menu] {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
}

ul[id*=menu] li {
  display: inline-block;
  list-style: none;
}

ul[id*=menu] li:last-child {
  margin-right: 0;
}

ul[id*=menu] li:first-child {
  margin-left: 0;
}

ul[id*=menu] li a {
  font-size: 16px;
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

.dark-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1001;
}

.iframe-holder {
  display: none;
}

.video-pop-up-row {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  clear: both;
  position: fixed;
  z-index: 1002;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1239px) {
  .video-pop-up-row {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 767px) {
  .video-pop-up-row {
    padding: 0 15px;
  }
}

.video-pop-up-row .video-pop-up {
  display: block;
  width: 100%;
}

.video-pop-up-row .video-pop-up .video-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-pop-up-row .video-pop-up .video-box iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6 {
  color: #fff;
}

.white-content p,
.white-content li,
.white-content a {
  color: #fff;
  font-weight: 300;
}

.white-content a:hover,
.white-content a:focus {
  color: #c2a67a;
  color: var(--mainColor);
}

.white-content .btn:hover,
.white-content .btn:focus {
  color: #fff;
  border-color: #c2a67a;
  border-color: var(--mainColor);
  background-color: transparent;
}

.flex-box-parent {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
}

@media only screen and (max-width: 767px) {
  .flex-box-parent {
    margin: 0 -15px;
  }
}

.flex-box-child {
  padding: 0 24px;
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .flex-box-child {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.post-content p:first-child {
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 374px) {
  .post-content p:first-child {
    font-size: 18px;
  }
}

.archive-main {
  margin-top: -120px;
  position: relative;
  z-index: 10;
}

.top-padding-sec {
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .top-padding-sec {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .top-padding-sec {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .top-padding-sec {
    padding-top: 30px;
  }
}

.svg-arrow-blue,
.btn:after,
.back-link:before,
.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .arrow-item:after,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn:after,
.svg-arrow-gold,
.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .arrow-item:before,
.svg-arrow-white,
.btn:before,
.pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after,
.pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after,
.client-references-section .ref-slider .slick-arrow:before,
.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content .clc-data .clc-btn:after,
.gallery-section .gal-top-box .slider-arrows .gal-arrows:after,
.gallery-section .gal-top-box .slider-arrows .gal-arrows:before,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn:before,
.svg-chevron-blue,
.svg-chevron-light-blue,
.svg-chevron-white,
.svg-clock-gold,
.vac-taxonomies .vac-taxonomy.cat-hours:before,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box.flex-info-box .vac-titles .vac-hours:before,
.svg-email-blue,
.socials .social-link.icon-email:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-email:before,
.svg-email-gold,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-email:after,
.svg-email-white,
.socials .social-link.icon-email:hover:before,
.socials .social-link.icon-email:focus:before,
.footer-info-box .socials .social-link.icon-email:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-email:before,
.svg-facebook-blue,
.socials .social-link.icon-facebook:before,
.svg-facebook-white,
.page-header .colored-box .header-info .page-socials .social-link.icon-facebook:before,
.socials .social-link.icon-facebook:hover:before,
.socials .social-link.icon-facebook:focus:before,
.footer-info-box .socials .social-link.icon-facebook:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-facebook:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-facebook:before,
.svg-instagram-blue,
.socials .social-link.icon-instagram:before,
.svg-instagram-white,
.page-header .colored-box .header-info .page-socials .social-link.icon-instagram:before,
.socials .social-link.icon-instagram:hover:before,
.socials .social-link.icon-instagram:focus:before,
.footer-info-box .socials .social-link.icon-instagram:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-instagram:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-instagram:before,
.svg-linkedin-blue,
.socials .social-link.icon-linkedin:before,
.svg-linkedin-white,
.page-header .colored-box .header-info .page-socials .social-link.icon-linkedin:before,
.socials .social-link.icon-linkedin:hover:before,
.socials .social-link.icon-linkedin:focus:before,
.footer-info-box .socials .social-link.icon-linkedin:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-linkedin:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-linkedin:before,
.svg-loc-blue,
.socials .social-link.icon-loc:before,
.svg-loc-white,
.socials .social-link.icon-loc:hover:before,
.socials .social-link.icon-loc:focus:before,
.footer-info-box .socials .social-link.icon-loc:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-loc:before,
.svg-location,
.form-section .ci-col .contact-info-box .contact-info:before,
.vac-taxonomies .vac-taxonomy.cat-loc:before,
.svg-login,
.btn.login-btn:before,
.svg-login-blue,
.btn.login-btn:after,
.svg-magnifier,
.svg-no-photo,
.team-list-section .team-posts .team-post-item .team-post-box .team-post-content .tm-photo-box .tm-photo.no-image:before,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-photo-box .news-photo.no-image:before,
.svg-phone-blue,
.socials .social-link.icon-phone:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-phone:before,
.svg-phone-gold,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-phone:after,
.svg-phone-white,
.socials .social-link.icon-phone:hover:before,
.socials .social-link.icon-phone:focus:before,
.footer-info-box .socials .social-link.icon-phone:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-phone:before,
.svg-twitter-blue,
.socials .social-link.icon-twitter:before,
.svg-twitter-white,
.page-header .colored-box .header-info .page-socials .social-link.icon-twitter:before,
.socials .social-link.icon-twitter:hover:before,
.socials .social-link.icon-twitter:focus:before,
.footer-info-box .socials .social-link.icon-twitter:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-twitter:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-twitter:before,
.svg-user,
.vac-taxonomies .vac-taxonomy.cat-exp:before,
.svg-youtube-blue,
.socials .social-link.icon-youtube:before,
.svg-youtube-white,
.socials .social-link.icon-youtube:hover:before,
.socials .social-link.icon-youtube:focus:before,
.footer-info-box .socials .social-link.icon-youtube:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-youtube:before {
  background: url("sprites.svg") no-repeat;
}

.svg-arrow-blue,
.btn:after,
.back-link:before,
.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .arrow-item:after,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn:after {
  background-position: 0 0;
}

.svg-arrow-blue-dims,
.btn:after,
.back-link:before,
.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .arrow-item:after,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn:after {
  width: 12px;
  height: 12px;
}

.svg-arrow-gold,
.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .arrow-item:before {
  background-position: 2.0547945205479454% 2.097902097902098%;
}

.svg-arrow-gold-dims,
.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .arrow-item:before {
  width: 12px;
  height: 12px;
}

.svg-arrow-white,
.btn:before,
.pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after,
.pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after,
.client-references-section .ref-slider .slick-arrow:before,
.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content .clc-data .clc-btn:after,
.gallery-section .gal-top-box .slider-arrows .gal-arrows:after,
.gallery-section .gal-top-box .slider-arrows .gal-arrows:before,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn:before {
  background-position: 4.109589041095891% 4.195804195804196%;
}

.svg-arrow-white-dims,
.btn:before,
.pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after,
.pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after,
.client-references-section .ref-slider .slick-arrow:before,
.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content .clc-data .clc-btn:after,
.gallery-section .gal-top-box .slider-arrows .gal-arrows:after,
.gallery-section .gal-top-box .slider-arrows .gal-arrows:before,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn:before {
  width: 12px;
  height: 12px;
}

.svg-chevron-blue {
  background-position: 6.143344709897611% 6.228373702422146%;
}

.svg-chevron-blue-dims {
  width: 10px;
  height: 6px;
}

.svg-chevron-light-blue {
  background-position: 7.849829351535837% 7.26643598615917%;
}

.svg-chevron-light-blue-dims {
  width: 10px;
  height: 6px;
}

.svg-chevron-white {
  background-position: 9.556313993174061% 8.304498269896193%;
}

.svg-chevron-white-dims {
  width: 10px;
  height: 6px;
}

.svg-clock-gold,
.vac-taxonomies .vac-taxonomy.cat-hours:before,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box.flex-info-box .vac-titles .vac-hours:before {
  background-position: 11.498257839721255% 9.608540925266905%;
}

.svg-clock-gold-dims,
.vac-taxonomies .vac-taxonomy.cat-hours:before,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box.flex-info-box .vac-titles .vac-hours:before {
  width: 22px;
  height: 22px;
}

.svg-email-blue,
.socials .social-link.icon-email:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-email:before {
  background-position: 15.277777777777779% 13.380281690140846%;
}

.svg-email-blue-dims,
.socials .social-link.icon-email:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-email:before {
  width: 20px;
  height: 16px;
}

.svg-email-gold,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-email:after {
  background-position: 18.75% 16.197183098591548%;
}

.svg-email-gold-dims,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-email:after {
  width: 20px;
  height: 16px;
}

.svg-email-white,
.socials .social-link.icon-email:hover:before,
.socials .social-link.icon-email:focus:before,
.footer-info-box .socials .social-link.icon-email:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-email:before {
  background-position: 22.22222222222222% 19.014084507042252%;
}

.svg-email-white-dims,
.socials .social-link.icon-email:hover:before,
.socials .social-link.icon-email:focus:before,
.footer-info-box .socials .social-link.icon-email:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-email:before {
  width: 20px;
  height: 16px;
}

.svg-facebook-blue,
.socials .social-link.icon-facebook:before {
  background-position: 25.255972696245735% 21.908127208480565%;
}

.svg-facebook-blue-dims,
.socials .social-link.icon-facebook:before {
  width: 10px;
  height: 18px;
}

.svg-facebook-white,
.page-header .colored-box .header-info .page-socials .social-link.icon-facebook:before,
.socials .social-link.icon-facebook:hover:before,
.socials .social-link.icon-facebook:focus:before,
.footer-info-box .socials .social-link.icon-facebook:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-facebook:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-facebook:before {
  background-position: 26.962457337883958% 25.08833922261484%;
}

.svg-facebook-white-dims,
.page-header .colored-box .header-info .page-socials .social-link.icon-facebook:before,
.socials .social-link.icon-facebook:hover:before,
.socials .social-link.icon-facebook:focus:before,
.footer-info-box .socials .social-link.icon-facebook:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-facebook:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-facebook:before {
  width: 10px;
  height: 18px;
}

.svg-instagram-blue,
.socials .social-link.icon-instagram:before {
  background-position: 29.06574394463668% 28.268551236749115%;
}

.svg-instagram-blue-dims,
.socials .social-link.icon-instagram:before {
  width: 18px;
  height: 18px;
}

.svg-instagram-white,
.page-header .colored-box .header-info .page-socials .social-link.icon-instagram:before,
.socials .social-link.icon-instagram:hover:before,
.socials .social-link.icon-instagram:focus:before,
.footer-info-box .socials .social-link.icon-instagram:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-instagram:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-instagram:before {
  background-position: 32.17993079584775% 31.448763250883392%;
}

.svg-instagram-white-dims,
.page-header .colored-box .header-info .page-socials .social-link.icon-instagram:before,
.socials .social-link.icon-instagram:hover:before,
.socials .social-link.icon-instagram:focus:before,
.footer-info-box .socials .social-link.icon-instagram:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-instagram:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-instagram:before {
  width: 18px;
  height: 18px;
}

.svg-linkedin-blue,
.socials .social-link.icon-linkedin:before {
  background-position: 35.416666666666664% 34.628975265017665%;
}

.svg-linkedin-blue-dims,
.socials .social-link.icon-linkedin:before {
  width: 20px;
  height: 18px;
}

.svg-linkedin-white,
.page-header .colored-box .header-info .page-socials .social-link.icon-linkedin:before,
.socials .social-link.icon-linkedin:hover:before,
.socials .social-link.icon-linkedin:focus:before,
.footer-info-box .socials .social-link.icon-linkedin:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-linkedin:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-linkedin:before {
  background-position: 38.888888888888886% 37.80918727915194%;
}

.svg-linkedin-white-dims,
.page-header .colored-box .header-info .page-socials .social-link.icon-linkedin:before,
.socials .social-link.icon-linkedin:hover:before,
.socials .social-link.icon-linkedin:focus:before,
.footer-info-box .socials .social-link.icon-linkedin:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-linkedin:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-linkedin:before {
  width: 20px;
  height: 18px;
}

.svg-loc-blue,
.socials .social-link.icon-loc:before {
  background-position: 41.78082191780822% 40.98939929328622%;
}

.svg-loc-blue-dims,
.socials .social-link.icon-loc:before {
  width: 12px;
  height: 18px;
}

.svg-loc-white,
.socials .social-link.icon-loc:hover:before,
.socials .social-link.icon-loc:focus:before,
.footer-info-box .socials .social-link.icon-loc:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-loc:before {
  background-position: 43.83561643835616% 44.169611307420496%;
}

.svg-loc-white-dims,
.socials .social-link.icon-loc:hover:before,
.socials .social-link.icon-loc:focus:before,
.footer-info-box .socials .social-link.icon-loc:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-loc:before {
  width: 12px;
  height: 18px;
}

.svg-location,
.form-section .ci-col .contact-info-box .contact-info:before,
.vac-taxonomies .vac-taxonomy.cat-loc:before {
  background-position: 46.206896551724135% 47.686832740213525%;
}

.svg-location-dims,
.form-section .ci-col .contact-info-box .contact-info:before,
.vac-taxonomies .vac-taxonomy.cat-loc:before {
  width: 16px;
  height: 22px;
}

.svg-login,
.btn.login-btn:before {
  background-position: 49.391304347826086% 51.785714285714285%;
}

.svg-login-dims,
.btn.login-btn:before {
  width: 21px;
  height: 24px;
}

.svg-login-blue,
.btn.login-btn:after {
  background-position: 53.04347826086956% 56.07142857142857%;
}

.svg-login-blue-dims,
.btn.login-btn:after {
  width: 21px;
  height: 24px;
}

.svg-magnifier {
  background-position: 56.99300699300699% 60.357142857142854%;
}

.svg-magnifier-dims {
  width: 24px;
  height: 24px;
}

.svg-no-photo,
.team-list-section .team-posts .team-post-item .team-post-box .team-post-content .tm-photo-box .tm-photo.no-image:before,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-photo-box .news-photo.no-image:before {
  background-position: 67.82945736434108% 71.82539682539682%;
}

.svg-no-photo-dims,
.team-list-section .team-posts .team-post-item .team-post-box .team-post-content .tm-photo-box .tm-photo.no-image:before,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-photo-box .news-photo.no-image:before {
  width: 80px;
  height: 80px;
}

.svg-phone-blue,
.socials .social-link.icon-phone:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-phone:before {
  background-position: 74.13793103448276% 77.8169014084507%;
}

.svg-phone-blue-dims,
.socials .social-link.icon-phone:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-phone:before {
  width: 16px;
  height: 16px;
}

.svg-phone-gold,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-phone:after {
  background-position: 76.89655172413794% 80.63380281690141%;
}

.svg-phone-gold-dims,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-phone:after {
  width: 16px;
  height: 16px;
}

.svg-phone-white,
.socials .social-link.icon-phone:hover:before,
.socials .social-link.icon-phone:focus:before,
.footer-info-box .socials .social-link.icon-phone:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-phone:before {
  background-position: 79.65517241379311% 83.45070422535211%;
}

.svg-phone-white-dims,
.socials .social-link.icon-phone:hover:before,
.socials .social-link.icon-phone:focus:before,
.footer-info-box .socials .social-link.icon-phone:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-phone:before {
  width: 16px;
  height: 16px;
}

.svg-twitter-blue,
.socials .social-link.icon-twitter:before {
  background-position: 83.27526132404181% 86.57243816254417%;
}

.svg-twitter-blue-dims,
.socials .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-twitter-white,
.page-header .colored-box .header-info .page-socials .social-link.icon-twitter:before,
.socials .social-link.icon-twitter:hover:before,
.socials .social-link.icon-twitter:focus:before,
.footer-info-box .socials .social-link.icon-twitter:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-twitter:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-twitter:before {
  background-position: 87.10801393728222% 89.75265017667844%;
}

.svg-twitter-white-dims,
.page-header .colored-box .header-info .page-socials .social-link.icon-twitter:before,
.socials .social-link.icon-twitter:hover:before,
.socials .social-link.icon-twitter:focus:before,
.footer-info-box .socials .social-link.icon-twitter:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-twitter:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-user,
.vac-taxonomies .vac-taxonomy.cat-exp:before {
  background-position: 90.94076655052265% 93.59430604982207%;
}

.svg-user-dims,
.vac-taxonomies .vac-taxonomy.cat-exp:before {
  width: 22px;
  height: 22px;
}

.svg-youtube-blue,
.socials .social-link.icon-youtube:before {
  background-position: 95.43859649122807% 96.81978798586573%;
}

.svg-youtube-blue-dims,
.socials .social-link.icon-youtube:before {
  width: 26px;
  height: 18px;
}

.svg-youtube-white,
.socials .social-link.icon-youtube:hover:before,
.socials .social-link.icon-youtube:focus:before,
.footer-info-box .socials .social-link.icon-youtube:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-youtube:before {
  background-position: 100% 100%;
}

.svg-youtube-white-dims,
.socials .social-link.icon-youtube:hover:before,
.socials .social-link.icon-youtube:focus:before,
.footer-info-box .socials .social-link.icon-youtube:before,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-youtube:before {
  width: 26px;
  height: 18px;
}

.btn {
  display: inline-block;
  background-color: #c2a67a;
  background-color: var(--mainColor);
  color: #fff;
  padding: 12px 52px 12px 20px;
  text-decoration: none;
  font-family: 'Averta', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  border: 2px solid #c2a67a;
  border-color: #c2a67a;
  border-color: var(--mainColor);
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .btn {
    padding: 9px 42px 9px 15px;
    font-size: 17px;
  }
}

.btn span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.btn:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .btn:before {
    right: 15px;
  }
}

.btn:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .btn:after {
    right: 15px;
  }
}

.btn:hover,
.btn:focus {
  color: #fff;
  background-color: #001935;
  border-color: #001935;
}

.btn.login-btn {
  padding-left: 15px;
  padding-right: 51px;
}

.btn.login-btn:before {
  right: 15px;
}

.btn.login-btn:after {
  display: none;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .btn.login-btn {
    padding: 0;
    width: 21px;
    height: 24px;
    border: none;
    background-color: transparent;
  }

  .btn.login-btn span {
    display: none;
  }

  .btn.login-btn:before,
  .btn.login-btn:after {
    top: 0;
    right: 0;
    transform: translateY(0);
  }
}

.btn.dark-bg:hover,
.btn.dark-bg:focus {
  border-color: #c2a67a;
  border-color: var(--mainColor);
  background-color: transparent;
}

.btn.blue-btn {
  background-color: #001935;
  border-color: #001935;
}

.btn.blue-btn:hover,
.btn.blue-btn:focus {
  background-color: #c2a67a;
  background-color: var(--mainColor);
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

.btn.ghost-btn {
  color: #001935;
  background-color: transparent;
  font-weight: 400;
  padding: 0;
  border: none;
  overflow: hidden;
}

.btn.ghost-btn:before {
  opacity: 0;
  transition: none;
}

.btn.ghost-btn:after {
  opacity: 1;
  transition: none;
}

.btn.ghost-btn span {
  display: block;
  width: 100%;
  padding: 14px 52px 14px 20px;
  position: relative;
}

.btn.ghost-btn span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c2a67a;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.btn.ghost-btn span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c2a67a;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .btn.ghost-btn span {
    padding: 11px 42px 12px 15px;
  }
}

.btn.ghost-btn:hover,
.btn.ghost-btn:focus {
  color: #fff;
}

.btn.ghost-btn:hover:before,
.btn.ghost-btn:focus:before {
  opacity: 1;
}

.btn.ghost-btn:hover:after,
.btn.ghost-btn:focus:after {
  opacity: 0;
}

.btn.ghost-btn:hover span:before,
.btn.ghost-btn:focus span:before {
  top: 0;
}

.btn.short-code {
  margin-bottom: 30px;
}

.play-button {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .play-button {
    width: 60px;
    height: 60px;
  }
}

.play-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% + 8px);
  transform: translate(-50%, -50%);
  border: 10px solid transparent;
  border-left: 16px solid #001935;
  transition: all 0.3s ease-in-out;
}

.play-button:hover,
.play-button:focus {
  background-color: #001935;
}

.play-button:hover:before,
.play-button:focus:before {
  border-left-color: #fff;
}

.back-link {
  display: inline-block;
  color: #001935;
  font-family: 'Averta', sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding-left: 22px;
  padding-bottom: 5px;
  text-decoration: none !important;
  position: relative;
}

.back-link:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  transform: scale(-1);
}

.back-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #001935;
  transition: all 0.3s ease-in-out;
}

.back-link:hover:after,
.back-link:focus:after {
  width: 100%;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide:focus {
  outline: none;
}

.pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0 0 100px 0;
}

@media only screen and (max-width: 1024px) {
  .pagination-wrapper .page-numbers {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 374px) {
  .pagination-wrapper .page-numbers {
    margin-bottom: 40px;
  }
}

.pagination-wrapper .page-numbers li .page-numbers {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0 34px;
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #c2a67a;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:hover,
.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:focus {
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

.pagination-wrapper .page-numbers li .page-numbers.next {
  margin-left: 0;
}

.pagination-wrapper .page-numbers li .page-numbers.prev {
  margin-right: 0;
}

.pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  transform: rotate(-180deg) translateY(-50%);
  transform-origin: 50% 0;
}

.pagination-wrapper .page-numbers li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #c2a67a;
  color: var(--mainColor);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pagination-wrapper .page-numbers li a {
  text-decoration: none;
}

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

.gform_wrapper .gform_body .gform_fields .gfield {
  margin-top: 24px;
  padding-right: 24px;
}

@media only screen and (max-width: 1024px) {
  .gform_wrapper .gform_body .gform_fields .gfield {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body .gform_fields .gfield {
    padding-right: 0;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
.gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
  padding-right: 24px;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
  .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
    padding-right: 0;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  color: #001935;
  font-family: 'Averta', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-size: 18px;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  color: #c2a67a;
  color: var(--mainColor);
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  margin: 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 60px;
  line-height: 60px;
  border: 2px solid #f4f5f7;
  background-color: #f4f5f7;
  padding: 15px;
  font-size: 18px;
  color: #001935;
  outline: none !important;
}

@media only screen and (max-width: 1024px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    padding: 10px;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  height: 60px;
  padding: 15px;
  border: 2px solid #f4f5f7;
  background-color: #f4f5f7;
  font-size: 18px;
  color: #001935;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 15px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
}

@media only screen and (max-width: 1024px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
    font-size: 17px;
    height: 50px;
    padding: 10px;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus {
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 240px;
  border: 2px solid #f4f5f7;
  background-color: #f4f5f7;
  padding: 15px;
  font-size: 18px;
  color: #001935;
  outline: none !important;
}

@media only screen and (max-width: 1024px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    font-size: 17px;
    height: 160px;
    padding: 10px;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:focus {
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield_error {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 24px !important;
  border: none !important;
  background: transparent !important;
  max-width: 50% !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body .gform_fields .gfield.gfield_error {
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_label {
  margin-top: 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container select {
  border-color: #001935 !important;
}

.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer .btn {
    display: block;
    width: 100%;
  }
}

.validation_error {
  max-width: calc(100% - 24px);
  border-color: #c2a67a !important;
  border-color: var(--mainColor) !important;
  font-size: 17px !important;
  color: #001935 !important;
}

@media only screen and (max-width: 1024px) {
  .validation_error {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .validation_error {
    max-width: 100%;
  }
}

.validation_message {
  color: #fff !important;
  font-size: 13px !important;
  background-color: #001935;
  padding: 5px 10px !important;
  margin-top: 5px;
  font-weight: 400 !important;
}

@media only screen and (max-width: 767px) {
  .validation_message {
    padding: 3px 7px !important;
  }
}

.gform_confirmation_message {
  color: #001935;
  font-size: 18px;
  border: 2px solid #c2a67a;
  border-color: #c2a67a;
  border-color: var(--mainColor);
  padding: 24px;
}

@media only screen and (max-width: 767px) {
  .gform_confirmation_message {
    padding: 15px;
  }
}

.bereken-module {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  .bereken-module {
    display: block !important;
  }
}

.bereken-module .bereken-module-premieberekenen {
  float: none !important;
  width: auto !important;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

@media only screen and (max-width: 767px) {
  .bereken-module .bereken-module-premieberekenen {
    width: 100% !important;
    max-width: none !important;
  }
}

.bereken-module .bereken-module-premieberekenen .bereken-module-header {
  display: none !important;
  margin-top: 0 !important;
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content {
  padding-right: 24px !important;
}

@media only screen and (max-width: 767px) {
  .bereken-module .bereken-module-premieberekenen .bereken-module-content {
    padding-right: 0 !important;
  }
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken .subtitel {
  font-family: 'Averta', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #c2a67a;
  color: var(--mainColor);
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken .subtitel {
    font-size: 20px;
  }
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken .vraag {
  font-size: 15px;
  padding-left: 1px;
  color: #fff !important;
  background-color: #c2a67a !important;
  background-color: var(--mainColor) !important;
  border-color: #c2a67a !important;
  border-color: var(--mainColor) !important;
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div {
  font-family: 'Averta', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  width: 100% !important;
  margin-bottom: 15px;
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div label {
  display: block;
  color: #001935;
  font-family: 'Averta', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
  width: 100% !important;
  padding-right: 0 !important;
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_naam,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_emailadres,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzjaarbedrag,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzbedrag {
  display: block;
  width: 100% !important;
  height: 60px;
  line-height: 60px;
  border: 2px solid #f4f5f7 !important;
  background-color: #f4f5f7 !important;
  padding: 15px;
  font-size: 18px;
  color: #001935;
  font-weight: 400 !important;
  font-style: normal !important;
  outline: none !important;
}

@media only screen and (max-width: 1024px) {
  .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_naam,
  .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_emailadres,
  .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzjaarbedrag,
  .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzbedrag {
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    padding: 10px;
  }
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_naam:focus,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_emailadres:focus,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzjaarbedrag:focus,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzbedrag:focus {
  border-color: #c2a67a !important;
  border-color: var(--mainColor) !important;
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_naam#bereken_verzjaarbedrag,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_naam#bereken_verzbedrag,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_emailadres#bereken_verzjaarbedrag,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_emailadres#bereken_verzbedrag,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzjaarbedrag#bereken_verzjaarbedrag,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzjaarbedrag#bereken_verzbedrag,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzbedrag#bereken_verzjaarbedrag,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzbedrag#bereken_verzbedrag {
  display: inline-block !important;
  margin-right: 10px !important;
  width: 50% !important;
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select#bereken_maov {
  width: calc(33.33333333% - 24px) !important;
}

@media only screen and (max-width: 767px) {
  .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select#bereken_maov {
    width: 100% !important;
  }
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select#bereken_wachttijd,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select#bereken_eindleeftijd,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select#bereken_indexatie {
  width: 50% !important;
  margin-right: 10px !important;
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select.small,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select.big {
  width: calc(33.33333333% - 24px) !important;
  height: 60px;
  padding: 15px;
  border: 2px solid #f4f5f7 !important;
  background-color: #f4f5f7 !important;
  font-size: 18px;
  color: #001935;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 15px 9px;
  font-weight: 400 !important;
  font-style: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 24px;
  outline: none !important;
}

@media only screen and (max-width: 1024px) {
  .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select.small,
  .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select.big {
    font-size: 17px;
    height: 50px;
    padding: 10px;
  }
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select.small:focus,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select.big:focus {
  border-color: #c2a67a !important;
  border-color: var(--mainColor) !important;
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select.small:last-child,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select.big:last-child {
  width: 33.33333333% !important;
  margin-right: 0;
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div .date-seperator {
  display: none !important;
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div input[type="submit"] {
  width: 50% !important;
  float: none !important;
  margin: 15px 0 0 0 !important;
  font-family: 'Averta', sans-serif;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 1.5;
  text-transform: none !important;
  background-color: #001935 !important;
  padding: 12px !important;
  transition: all 0.3s ease-in-out !important;
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div input[type="submit"]:hover,
.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div input[type="submit"]:focus {
  background-color: #c2a67a !important;
  background-color: var(--mainColor) !important;
}

@media only screen and (max-width: 767px) {
  .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div input[type="submit"] {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
}

.bereken-module .bereken-module-premieoverzicht {
  width: auto !important;
  float: none !important;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  background-color: #f4f5f7;
  padding: 0 24px !important;
}

@media only screen and (max-width: 767px) {
  .bereken-module .bereken-module-premieoverzicht {
    width: 100% !important;
    max-width: none !important;
    min-height: auto !important;
    padding: 0 15px 30px 15px !important;
  }
}

.bereken-module .bereken-module-premieoverzicht .top {
  background-color: transparent !important;
}

.bereken-module .bereken-module-premieoverzicht .top .bereken-module-title {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 960px) {
  .bereken-module .bereken-module-premieoverzicht .top .bereken-module-title {
    font-size: 24px;
  }
}

.bereken-module .bereken-module-premieoverzicht .content {
  width: 100% !important;
}

.bereken-module .bereken-module-premieoverzicht .content .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent !important;
  padding-bottom: 30px !important;
}

@media only screen and (max-width: 1239px) {
  .bereken-module .bereken-module-premieoverzicht .content .header {
    display: block;
  }
}

.bereken-module .bereken-module-premieoverzicht .content .header .titleright {
  float: none !important;
  max-width: none !important;
}

@media only screen and (max-width: 1239px) {
  .bereken-module .bereken-module-premieoverzicht .content .header .titleright {
    display: block;
    width: 100%;
  }
}

.bereken-module .bereken-module-premieoverzicht .content .header.cf {
  display: block !important;
  font-family: 'Averta', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 800px) {
  .bereken-module .bereken-module-premieoverzicht .content .header.cf {
    font-size: 17px;
  }
}

.bereken-module .bereken-module-premieoverzicht .content .header.cf br {
  display: none;
}

.bereken-module .bereken-module-premieoverzicht .content .header.cf .result {
  display: block;
  width: 100%;
  line-height: 1.5 !important;
}

.bereken-module .bereken-module-premieoverzicht .content .header.cf .result.totaalpremie {
  margin-top: 20px !important;
}

.bereken-module .bereken-module-premieoverzicht .content .premies div {
  font-size: 18px;
  padding: 0 !important;
  margin-bottom: 10px;
  line-height: 1.5 !important;
}

.bereken-module .bereken-module-premieoverzicht .content .premies div .result {
  display: inline-block !important;
  line-height: 1 !important;
  padding: 5px !important;
}

.bereken-module .bereken-module-premieoverzicht .content .bymail {
  font-family: 'Averta', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center !important;
  padding: 12px !important;
}

.bereken-module .bereken-module-premieoverzicht .content .bymail:hover,
.bereken-module .bereken-module-premieoverzicht .content .bymail:focus {
  background-color: #c2a67a !important;
  background-color: var(--mainColor) !important;
}

.bereken-module .bereken-module-premieoverzicht .bottom {
  font-family: 'Averta', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 !important;
}

.bmp-desc {
  margin-bottom: 30px;
}

.bmp-sidebar {
  padding-bottom: 24px;
}

.bmp-sidebar.sticky-bm {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 365.33333px;
}

@media only screen and (max-width: 1240px) {
  .bmp-sidebar.sticky-bm {
    width: calc(33.3333333333% - 64px);
  }
}

.bmp-sidebar.sticky-bm-stop {
  position: absolute;
  bottom: 0;
  width: 365.33333px;
}

@media only screen and (max-width: 1240px) {
  .bmp-sidebar.sticky-bm-stop {
    width: calc(33.3333333333% - 64px);
  }
}

.bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div {
  margin-bottom: 24px;
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.vi-lazyload {
  width: 100%;
  position: relative !important;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vi-lazyload:before {
  content: '';
  width: 100%;
  display: block;
  position: relative;
  padding-top: 56.25%;
}

.vi-lazyload iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border: 0;
}

.vi-lazyload-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
}

.vi-lazyload-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.vi-lazyload-playbtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vi-lazyload-playbtn {
    opacity: 1;
  }
}

.vi-lazyload-playbtn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vi-lazyload-playbtn:before {
    width: 75px;
    height: 75px;
  }
}

.vi-lazyload-playbtn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% + 16px);
  transform: translate(-50%, -50%);
  border: 20px solid transparent;
  border-left: 32px solid #001935;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vi-lazyload-playbtn:after {
    left: calc(50% + 12px);
    border: 15px solid transparent;
    border-left: 24px solid #001935;
  }
}

.vi-lazyload-playbtn:hover {
  opacity: 1;
  background-color: rgba(25, 53, 100, 0.15);
}

@media only screen and (max-width: 767px) {
  .vi-lazyload-playbtn:hover {
    background-color: transparent;
  }
}

.vi-lazyload-logo {
  display: none !important;
}

.yt-lazyload {
  width: 100%;
  position: relative !important;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.yt-lazyload:before {
  content: '';
  width: 100%;
  display: block;
  position: relative;
  padding-top: 56.25%;
}

.yt-lazyload iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border: 0;
}

.yt-lazyload-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
}

.yt-lazyload-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.yt-lazyload-playbtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .yt-lazyload-playbtn {
    opacity: 1;
  }
}

.yt-lazyload-playbtn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .yt-lazyload-playbtn:before {
    width: 75px;
    height: 75px;
  }
}

.yt-lazyload-playbtn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% + 16px);
  transform: translate(-50%, -50%);
  border: 20px solid transparent;
  border-left: 32px solid #001935;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .yt-lazyload-playbtn:after {
    left: calc(50% + 12px);
    border: 15px solid transparent;
    border-left: 24px solid #001935;
  }
}

.yt-lazyload-playbtn:hover {
  opacity: 1;
  background-color: rgba(25, 53, 100, 0.15);
}

@media only screen and (max-width: 767px) {
  .yt-lazyload-playbtn:hover {
    background-color: transparent;
  }
}

.yt-lazyload-logo {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .filters-section {
    background-color: #001935;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.filters-section .filter-wrap {
  margin-bottom: 15px;
}

.filters-section .filter-wrap .filter-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .filters-section .filter-wrap .filter-box {
    display: block;
  }
}

.filters-section .filter-wrap .filter-box .filter-label {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin-right: 30px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .filters-section .filter-wrap .filter-box .filter-label {
    margin-right: 0;
  }
}

.filters-section .filter-wrap .filter-box .filter-select {
  width: 190px;
  min-width: 130px;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-color: transparent;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 36px 0 15px;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  height: 30px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  margin-right: 25px;
  margin-bottom: 15px;
}

.filters-section .filter-wrap .filter-box .filter-select option {
  color: #001935;
  background-color: #fff;
}

.filters-section .filter-wrap .filter-box .filter-select::-ms-expand {
  display: none !important;
}

.filters-section .filter-wrap .filter-box .filter-select:disabled {
  color: #ccc;
}

.filters-section .filter-wrap .filter-box .filter-select:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.header {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #001935;
}

@media only screen and (max-width: 1024px) {
  .header {
    padding-top: 24px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

.header .header-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-line .logo-box {
  display: block;
  width: 258px;
  height: 50px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .header .header-line .logo-box {
    height: 40px;
    width: 206px;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-line .logo-box {
    height: 30px;
    width: 155px;
  }
}

.header .header-line .logo-box .logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .header-line .logo-box .main-logo {
  display: block;
  width: inherit;
  height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header .header-line .logo-box.sv-st-logo {
  width: 170px;
  height: 74px;
}

@media only screen and (max-width: 1023px) {
  .header .header-line .logo-box.sv-st-logo {
    width: 160px;
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-line .logo-box.sv-st-logo {
    width: 92px;
    height: 40px;
  }
}

.header .header-line .main-menu-box {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .header .header-line .main-menu-box .main-nav-container {
    display: none;
  }
}

.header .header-line .main-menu-box .main-nav-container ul[id*=menu] li {
  margin: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .header .header-line .main-menu-box .main-nav-container ul[id*=menu] li {
    margin: 0 15px;
  }
}

.header .header-line .main-menu-box .main-nav-container ul[id*=menu] li:first-child {
  margin-left: 0;
}

.header .header-line .main-menu-box .main-nav-container ul[id*=menu] li:last-child {
  margin-right: 0;
}

.header .header-line .main-menu-box .main-nav-container ul[id*=menu] li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .header .header-line .main-menu-box .main-nav-container ul[id*=menu] li a {
    font-size: 17px;
  }
}

.header .header-line .main-menu-box .main-nav-container ul[id*=menu] li a:hover,
.header .header-line .main-menu-box .main-nav-container ul[id*=menu] li a:focus {
  color: #c2a67a;
  color: var(--mainColor);
}

.header .header-line .main-menu-box .header-btn-wrap {
  padding-left: 40px;
}

@media only screen and (max-width: 1024px) {
  .header .header-line .main-menu-box .header-btn-wrap {
    padding-left: 20px;
  }
}

.header .header-line .main-menu-box .hamburger {
  display: none;
  border: none;
  margin-left: 20px;
  outline: none;
}

@media only screen and (max-width: 1023px) {
  .header .header-line .main-menu-box .hamburger {
    display: inline-block;
  }
}

.header.menu-opened {
  background-color: #001935;
}

.header.grey-header {
  background-color: #f4f5f7;
}

.header.grey-header .header-line .main-menu-box .main-nav-container ul[id*=menu] li a {
  font-weight: 400;
  color: #001935;
}

.header.grey-header .header-line .main-menu-box .main-nav-container ul[id*=menu] li a:hover,
.header.grey-header .header-line .main-menu-box .main-nav-container ul[id*=menu] li a:focus {
  color: #c2a67a;
  color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .header.grey-header .header-line .main-menu-box .header-btn-wrap .btn:before {
    display: none;
  }

  .header.grey-header .header-line .main-menu-box .header-btn-wrap .btn:after {
    display: block;
    opacity: 1;
  }
}

.header.grey-header .header-line .main-menu-box .header-btn-wrap .btn:hover,
.header.grey-header .header-line .main-menu-box .header-btn-wrap .btn:focus {
  border-color: #001935;
  background-color: #001935;
}

@media only screen and (max-width: 767px) {
  .header.grey-header .header-line .main-menu-box .header-btn-wrap .btn:hover,
  .header.grey-header .header-line .main-menu-box .header-btn-wrap .btn:focus {
    background-color: transparent;
    border-color: transparent;
  }
}

.header.grey-header .header-line .main-menu-box .hamburger .hamburger-inner {
  background-color: #001935;
}

.header.grey-header .header-line .main-menu-box .hamburger .hamburger-inner:before,
.header.grey-header .header-line .main-menu-box .hamburger .hamburger-inner:after {
  background-color: #001935;
}

.home-header-box {
  height: 660px;
  background-size: cover;
  background-position: center;
  background-color: #001935;
  position: relative;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1440px) {
  .home-header-box {
    height: 600px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-header-box {
    height: 500px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .home-header-box {
    height: auto;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .home-header-box {
    margin-bottom: 30px;
  }
}

.home-header-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001935;
  opacity: 0.85;
  z-index: 2;
}

.home-header-box .hh-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding-top: 70px;
}

@media only screen and (max-width: 1024px) {
  .home-header-box .hh-content {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .home-header-box .hh-content {
    padding-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .home-header-box .hh-content {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    padding: 75px 0 20px 0;
  }
}

.home-header-box .hh-content .container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.home-header-box .hh-content .container .row {
  display: flex;
  flex-grow: 1;
  align-items: center;
  position: relative;
}

.home-header-box .hh-content .home-header-text h1,
.home-header-box .hh-content .home-header-text h2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .home-header-box .hh-content .home-header-text br {
    display: none;
  }
}

.home-header-box .hh-content .hh-btn-wrapper {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .home-header-box .hh-content .hh-btn-wrapper .btn {
    display: block;
    width: 100%;
  }
}

.home-header-box .hh-content .slogan {
  display: block;
  width: 228px;
  height: 228px;
  position: absolute;
  bottom: 100px;
  right: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 1288px) {
  .home-header-box .hh-content .slogan {
    width: 200px;
    height: 200px;
    bottom: 28px;
  }
}

@media only screen and (max-width: 1023px) {
  .home-header-box .hh-content .slogan {
    width: 170px;
    height: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .home-header-box .hh-content .slogan {
    display: none;
  }
}

.mobile-menu-box {
  display: none;
  position: fixed;
  top: 94px;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #001935;
}

@media only screen and (max-width: 767px) {
  .mobile-menu-box {
    top: 60px;
  }
}

.mobile-menu-box .inner-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 0;
  overflow: auto;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] {
  margin: 0;
  padding: 0;
  display: block;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li {
  display: block;
  list-style: none;
  padding: 10px 15px 10px 0;
  border-bottom: 1px solid #c2a67a;
  border-color: #c2a67a;
  border-color: var(--mainColor);
  margin-bottom: 0;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a:hover,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a:focus {
  color: #001935;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children {
  position: relative;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 15px;
  transition: all 0.35s ease-in-out;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children.opened:after {
  transform: rotate(90deg);
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu {
  display: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li {
  display: block;
  padding: 5px 20px;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li:before {
  display: block;
  top: 15px;
  left: 8px;
  width: 7px;
  height: 7px;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li a {
  font-size: 16px;
  text-transform: unset;
}

.page-header {
  display: block;
}

.page-header .colored-box {
  background-color: #001935;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}

.page-header .colored-box .header-part {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

@media all and (-ms-high-contrast: none) {
  .page-header .colored-box .header-part {
    display: none;
  }
}

@media only screen and (max-width: 1239px) {
  .page-header .colored-box .header-part {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .page-header .colored-box .header-info.no-text {
    padding-bottom: 10px;
  }
}

.page-header .colored-box .header-info .page-title {
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .page-header .colored-box .header-info .page-title {
    margin-bottom: 30px;
  }
}

.page-header .colored-box .header-info .page-socials {
  margin-top: 40px;
}

@media only screen and (max-width: 1240px) {
  .page-header .colored-box .header-info .page-socials {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-header .colored-box .header-info .page-socials {
    flex-wrap: wrap;
  }
}

.page-header .colored-box .header-info .page-socials .social-link {
  margin: 0 24px 24px 0;
}

.page-header .colored-box .header-info .page-socials .social-link.icon-instagram:hover:after,
.page-header .colored-box .header-info .page-socials .social-link.icon-instagram:focus:after {
  width: 100%;
}

.page-header .colored-box .header-info .page-socials .social-link.icon-linkedin:hover:after,
.page-header .colored-box .header-info .page-socials .social-link.icon-linkedin:focus:after {
  width: 100%;
}

.page-header .colored-box .header-info .page-socials .social-link.icon-facebook:hover:after,
.page-header .colored-box .header-info .page-socials .social-link.icon-facebook:focus:after {
  width: 100%;
}

.page-header .colored-box .header-info .page-socials .social-link.icon-twitter:hover:after,
.page-header .colored-box .header-info .page-socials .social-link.icon-twitter:focus:after {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .page-header .colored-box .header-info .header-text p,
  .page-header .colored-box .header-info .header-text li,
  .page-header .colored-box .header-info .header-text a {
    font-size: 16px;
  }
}

.page-header .colored-box.grey-header {
  background-color: #f4f5f7;
}

.page-header .colored-box.grey-header .header-info .page-title {
  color: #001935;
}

@media only screen and (max-width: 1024px) {
  .page-header .colored-box.no-image {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .page-header .colored-box.no-image {
    padding-bottom: 30px;
  }
}

.page-header .colored-box.no-image .header-info {
  padding-bottom: 0;
}

.page-header .header-media-box {
  margin-top: -120px;
  position: relative;
  z-index: 5;
}

.page-header .header-media-box .header-media-col .header-media {
  position: relative;
}

.page-header .header-media-box .header-media-col .header-media .header-image {
  padding-top: 38.71%;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .page-header .header-media-box .header-media-col .header-media .header-image {
    padding-top: 56.25%;
  }
}

.page-header .header-media-box .header-media-col .header-media .header-image.with-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001935;
  opacity: 0.15;
  z-index: 2;
}

body.page-template-home .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  body.page-template-home .header {
    padding: 24px 0;
  }
}

@media only screen and (max-width: 1023px) {
  body.page-template-home .header {
    transition: all 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 767px) {
  body.page-template-home .header {
    padding: 15px 0;
  }
}

body.page-template-home .header.menu-opened {
  background-color: #001935;
}

.footer {
  background-color: #001935;
  padding: 75px 0 40px 0;
}

@media only screen and (max-width: 1024px) {
  .footer {
    padding: 50px 0 25px 0;
  }
}

@media only screen and (max-width: 374px) {
  .footer {
    padding: 40px 0 10px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .footer .footer-row .footer-info-col {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .footer .footer-row .footer-info-col .footer-info-box {
    margin-bottom: 50px;
  }
}

.footer .footer-row .footer-info-col .footer-info-box .footer-logo-box {
  display: block;
  width: 258px;
  height: 50px;
  position: relative;
  margin-bottom: 50px;
}

.footer .footer-row .footer-info-col .footer-info-box .footer-logo-box .footer-logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .footer-row .footer-info-col .footer-info-box .footer-logo-box .footer-logo {
  display: block;
  width: inherit;
  height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer .footer-row .footer-info-col .footer-info-box .footer-logo-box.sv-st-logo {
  width: 260px;
  height: 113px;
}

@media only screen and (max-width: 1024px) {
  .footer .footer-row .fib-col {
    text-align: center;
  }
}

@media only screen and (max-width: 1023px) {
  .footer .footer-row .fib-col {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-row .fib-col {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .footer .footer-row .fib-col {
    margin-bottom: 30px;
  }
}

.footer .footer-row .fib-col .fib-content {
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .footer .footer-row .fib-col .fib-content {
    display: block;
  }
}

.footer .footer-row .fib-col .fib-content .fib-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.footer .footer-row .fib-col .fib-content .fib-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

.footer .footer-row .fib-col .fib-content .fib-text a[href^="mailto:"],
.footer .footer-row .fib-col .fib-content .fib-text a[href^="tel:"] {
  text-decoration: none;
}

.footer .footer-row .fib-col .fib-content .footer-links .footer-link-item .footer-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 374px) {
  .footer .footer-row .fib-col .fib-content .footer-links .footer-link-item .footer-link {
    font-size: 16px;
  }
}

.footer .footer-row .fib-col .fib-content .footer-links .footer-link-item .footer-link:hover,
.footer .footer-row .fib-col .fib-content .footer-links .footer-link-item .footer-link:focus {
  color: #c2a67a;
  color: var(--mainColor);
}

.footer .copyright-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer .copyright-wrapper .copyright-logo {
  max-width: 200px;
  height: auto;
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer .copyright-wrapper .copyrights {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.52);
  position: relative;
  bottom: calc(100% + 2px);
}

@media only screen and (max-width: 1023px) {
  .footer .copyright-wrapper .copyrights {
    position: static;
    bottom: auto;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .copyright-wrapper .copyrights {
    margin-top: 0;
  }
}

@media only screen and (max-width: 374px) {
  .footer .copyright-wrapper .copyrights {
    font-size: 14px;
  }
}

.footer .copyright-wrapper .copyrights a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.52);
}

.footer .copyright-wrapper .copyrights a:hover,
.footer .copyright-wrapper .copyrights a:focus {
  color: #c2a67a;
  color: var(--mainColor);
}

.footer-newsletter {
  overflow: hidden;
  position: relative;
}

.footer-newsletter:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #001935;
}

.footer-newsletter .newsletter-box {
  display: flex;
  align-items: center;
  background-color: #c2a67a;
  background-color: var(--mainColor);
  position: relative;
}

@media only screen and (max-width: 800px) {
  .footer-newsletter .newsletter-box {
    display: block;
    padding-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-newsletter .newsletter-box {
    padding-top: 0;
  }
}

.footer-newsletter .newsletter-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 5000px;
  height: 100%;
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .footer-newsletter .newsletter-box:before {
    display: none;
  }
}

.footer-newsletter .newsletter-box .newsletter-title {
  color: #fff;
  flex-basis: 320px;
  width: 320px;
  max-width: 320px;
  min-width: 320px;
  padding-right: 40px;
  margin: 0;
  position: relative;
  top: -3px;
}

@media only screen and (max-width: 1023px) {
  .footer-newsletter .newsletter-box .newsletter-title {
    padding-right: 0;
    font-size: 26px;
  }
}

@media only screen and (max-width: 800px) {
  .footer-newsletter .newsletter-box .newsletter-title {
    max-width: none;
    min-width: auto;
    width: 100%;
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  .footer-newsletter .newsletter-box .newsletter-title {
    padding: 15px 15px 0 15px;
  }
}

.footer-newsletter .newsletter-box .newsletter-form {
  flex-grow: 1;
  padding: 50px 107px 50px 0;
}

@media only screen and (max-width: 1239px) {
  .footer-newsletter .newsletter-box .newsletter-form {
    padding: 40px 40px 40px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-newsletter .newsletter-box .newsletter-form {
    padding: 24px;
  }
}

@media only screen and (max-width: 800px) {
  .footer-newsletter .newsletter-box .newsletter-form {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-newsletter .newsletter-box .newsletter-form {
    padding: 15px;
  }
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .footer-newsletter .newsletter-box .newsletter-form .gform_wrapper form {
    display: block;
  }
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body {
  flex-grow: 1;
  width: auto;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield {
  margin-top: 0 !important;
  padding-right: 40px;
}

@media only screen and (max-width: 1239px) {
  .footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield {
    padding-right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  margin-top: 0;
  height: 50px;
  display: block;
  width: 100%;
  font-size: 16px;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::-webkit-input-placeholder {
  color: #001935;
  opacity: 1 !important;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:-moz-placeholder {
  color: #001935;
  opacity: 1 !important;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::-moz-placeholder {
  color: #001935;
  opacity: 1 !important;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:-ms-input-placeholder {
  color: #001935;
  opacity: 1 !important;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus {
  border-color: #fff;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_footer {
  width: auto;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_footer .btn {
  color: #001935;
  background-color: #fff;
  border-color: #fff;
  min-width: 220px;
  padding-top: 9px;
  padding-bottom: 11px;
}

@media only screen and (max-width: 1023px) {
  .footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_footer .btn {
    min-width: auto;
  }
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_footer .btn:before {
  opacity: 0;
  transition: none;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_footer .btn:after {
  opacity: 1;
  transition: none;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_footer .btn:hover,
.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_footer .btn:focus {
  color: #fff;
  border-color: #001935;
  background-color: #001935;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_footer .btn:hover:before,
.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_footer .btn:focus:before {
  opacity: 1;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_footer .btn:hover:after,
.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper .gform_footer .btn:focus:after {
  opacity: 0;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_wrapper.gform_validation_error .gform_fields {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer-newsletter .newsletter-box .newsletter-form .gform_wrapper.gform_validation_error .gform_footer .btn {
    margin-top: 15px;
  }
}

.footer-newsletter .newsletter-box .newsletter-form .validation_error {
  display: none;
  flex-basis: 100%;
  width: 100% !important;
  border-color: #001935 !important;
}

.footer-newsletter .newsletter-box .newsletter-form .validation_message {
  background-color: #001935 !important;
  padding: 3px 7px !important;
}

.footer-newsletter .newsletter-box .newsletter-form .gform_confirmation_message {
  border-color: #fff;
  color: #fff;
  padding: 9px;
}

.socials {
  display: flex;
  flex-wrap: wrap;
}

.socials .social-link {
  position: relative;
  width: 48px;
  height: 48px;
  border-left: 2px solid #c2a67a;
  border-bottom: 2px solid #c2a67a;
  border-color: #c2a67a;
  border-color: var(--mainColor);
  margin: 0 12px;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.socials .social-link:first-child {
  margin-left: 0;
}

.socials .social-link:last-child {
  margin-right: 0;
}

.socials .social-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.socials .social-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #c2a67a;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.socials .social-link.icon-instagram:hover:after,
.socials .social-link.icon-instagram:focus:after {
  width: 100%;
}

.socials .social-link.icon-linkedin:hover:after,
.socials .social-link.icon-linkedin:focus:after {
  width: 100%;
}

.socials .social-link.icon-facebook:hover:after,
.socials .social-link.icon-facebook:focus:after {
  width: 100%;
}

.socials .social-link.icon-twitter:hover:after,
.socials .social-link.icon-twitter:focus:after {
  width: 100%;
}

.socials .social-link.icon-youtube:hover:after,
.socials .social-link.icon-youtube:focus:after {
  width: 100%;
}

.socials .social-link.icon-email:hover:after,
.socials .social-link.icon-email:focus:after {
  width: 100%;
}

.socials .social-link.icon-phone:hover:after,
.socials .social-link.icon-phone:focus:after {
  width: 100%;
}

.socials .social-link.icon-loc:hover:after,
.socials .social-link.icon-loc:focus:after {
  width: 100%;
}

.footer-info-box .socials .social-link.icon-instagram:hover:after,
.footer-info-box .socials .social-link.icon-instagram:focus:after {
  width: 100%;
}

.footer-info-box .socials .social-link.icon-linkedin:hover:after,
.footer-info-box .socials .social-link.icon-linkedin:focus:after {
  width: 100%;
}

.footer-info-box .socials .social-link.icon-facebook:hover:after,
.footer-info-box .socials .social-link.icon-facebook:focus:after {
  width: 100%;
}

.footer-info-box .socials .social-link.icon-twitter:hover:after,
.footer-info-box .socials .social-link.icon-twitter:focus:after {
  width: 100%;
}

.footer-info-box .socials .social-link.icon-youtube:hover:after,
.footer-info-box .socials .social-link.icon-youtube:focus:after {
  width: 100%;
}

.footer-info-box .socials .social-link.icon-email:hover:after,
.footer-info-box .socials .social-link.icon-email:focus:after {
  width: 100%;
}

.footer-info-box .socials .social-link.icon-phone:hover:after,
.footer-info-box .socials .social-link.icon-phone:focus:after {
  width: 100%;
}

.footer-info-box .socials .social-link.icon-loc:hover:after,
.footer-info-box .socials .social-link.icon-loc:focus:after {
  width: 100%;
}

.cta-box {
  display: block;
  position: fixed;
  top: 80%;
  right: 0;
  z-index: 900;
}

@media only screen and (max-width: 1365px) {
  .cta-box {
    display: none;
  }
}

.cta-box .cta-links .cta-link-item {
  transform: translateX(calc(100% - 50px));
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
}

.cta-box .cta-links .cta-link-item .cta-link-wrap {
  position: relative;
  background-color: #c2a67a;
  background-color: var(--mainColor);
  padding: 11px 15px 11px 65px;
}

.cta-box .cta-links .cta-link-item .cta-link-wrap .cta-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.cta-box .cta-links .cta-link-item .cta-link-wrap .cta-link span {
  display: none;
}

.cta-box .cta-links .cta-link-item .cta-link-wrap img,
.cta-box .cta-links .cta-link-item .cta-link-wrap svg {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 1;
}

.cta-box .cta-links .cta-link-item .cta-link-wrap .cta-text {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.cta-box .cta-links .cta-link-item .cta-link-wrap.blue-bg {
  background-color: #001935;
}

.cta-box .cta-links .cta-link-item .cta-link-wrap.no-icon:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 17px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}

.cta-box .cta-links .cta-link-item:hover,
.cta-box .cta-links .cta-link-item:focus {
  transform: translateX(0);
}

.cta-box .cta-links .cta-link-item:last-child {
  margin-bottom: 0;
}

.page-template-aov {
  background-color: #f2f2f2;
}

.white-input,
.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_naam,
.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select.small,
.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select.big,
.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_emailadres,
.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzjaarbedrag,
.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzbedrag {
  border-color: #fff !important;
  background-color: #fff !important;
}

.aov-wrapper #bereken > div:last-child {
  margin-bottom: 0;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_naam {
  height: 50px;
  line-height: 50px;
  padding: 10px 15px;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select.small {
  height: 50px;
  padding: 10px 15px;
  background-image: url(../../resources/images/svg/chevron-light-blue.svg);
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select.big {
  height: 50px;
  padding: 10px 15px;
  background-image: url(../../resources/images/svg/chevron-light-blue.svg);
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_emailadres {
  height: 50px;
  line-height: 50px;
  padding: 10px 15px;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzjaarbedrag {
  height: 50px;
  line-height: 50px;
  padding: 10px 15px;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzbedrag {
  height: 50px;
  line-height: 50px;
  padding: 10px 15px;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select#bereken_maov {
  width: 100% !important;
  background-image: url(../../resources/images/svg/chevron-light-blue.svg);
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div label {
  font-size: 18px;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken .subtitel {
  color: #4FB6EB;
  font-size: 20px;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken .vraag {
  border-color: #4FB6EB !important;
  background-color: #4FB6EB !important;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select#bereken_indexatie {
  width: 75% !important;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div input[type="submit"] {
  width: 100% !important;
  background-color: #4FB6EB !important;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div input[type="submit"]:hover,
.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div input[type="submit"]:focus {
  background-color: #001935 !important;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzjaarbedrag#bereken_verzjaarbedrag {
  width: 75% !important;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select#bereken_wachttijd {
  width: 75% !important;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div select#bereken_eindleeftijd {
  width: 75% !important;
}

.aov-wrapper .bereken-module .bereken-module-premieberekenen .bereken-module-content #bereken > div #bereken_verzbedrag#bereken_verzbedrag {
  width: 75% !important;
}

.aov-wrapper .bereken-module .bereken-module-premieoverzicht {
  background-color: #fff;
}

.aov-wrapper .bereken-module-premieoverzicht .content span.result {
  background-color: #EEEEEE;
  font-size: 16px;
}

.aov-wrapper .bereken-module .bereken-module-premieoverzicht .top .bereken-module-title {
  font-size: 24px;
  text-align: left;
}

.aov-wrapper .bereken-module .bereken-module-premieoverzicht .content .header {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px !important;
  margin-bottom: 20px;
}

.aov-wrapper .bereken-module .bereken-module-premieoverzicht .content .premies div {
  font-size: 16px;
}

.aov-wrapper .bereken-module .bereken-module-premieoverzicht .content .header.cf {
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 0 !important;
  border: none !important;
}

.aov-wrapper .bereken-module .bereken-module-premieoverzicht .content .header.cf + br {
  display: none;
}

.aov-wrapper .bereken-module .bereken-module-premieoverzicht .content .header.cf .result.totaalpremie {
  margin-top: 10px !important;
  line-height: 2 !important;
}

.aov-wrapper .bereken-module .bereken-module-premieoverzicht .content .header.cf .result.gempremie {
  line-height: 2 !important;
}

.aov-wrapper .bereken-module-premieoverzicht .content .button {
  background-color: #4FB6EB;
}

.aov-wrapper .bereken-module-premieoverzicht .content .button:hover,
.aov-wrapper .bereken-module-premieoverzicht .content .button:focus {
  background-color: #001935 !important;
}

@media only screen and (max-width: 640px) {
  .aov-wrapper .bereken-module .bereken-module-premieoverzicht .content .bymail {
    font-size: 14px;
  }
}

.aov-wrapper .premies.cf {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.aov-wrapper .bereken-module .bereken-module-premieoverzicht .bottom {
  font-size: 16px;
  font-weight: 700;
}

.info-blocks-section {
  margin-bottom: 22px;
  margin-top: -20px;
}

@media only screen and (max-width: 767px) {
  .info-blocks-section {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.info-blocks-section .info-blocks-title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .info-blocks-section .info-blocks-title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .info-blocks-section .info-blocks {
    display: block;
  }
}

.info-blocks-section .info-blocks .info-block-item {
  display: flex;
  flex-direction: column;
  flex-basis: 33.3333333333%;
}

.info-blocks-section .info-blocks .info-block-item .info-block-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media only screen and (max-width: 1023px) {
  .info-blocks-section .info-blocks .info-block-item .info-block-box {
    margin-bottom: 20px;
  }
}

.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content {
  flex-grow: 1;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #f4f5f7;
}

.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .arrow-item {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  margin-left: 15px;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .arrow-item:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  opacity: 0;
}

.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .arrow-item:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  opacity: 1;
}

.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .block-link {
  color: #001935;
  font-family: 'Averta', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .block-link {
    font-size: 23px;
  }
}

.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .block-link:hover,
.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .block-link:focus {
  color: #c2a67a;
  color: var(--mainColor);
}

.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .block-link:hover + .arrow-item,
.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .block-link:focus + .arrow-item {
  right: -5px;
}

.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .block-link:hover + .arrow-item:before,
.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .block-link:focus + .arrow-item:before {
  opacity: 1;
}

.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .block-link:hover + .arrow-item:after,
.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-link-wrapper .block-link:focus + .arrow-item:after {
  opacity: 0;
}

.info-blocks-section .info-blocks .info-block-item .info-block-box .info-block-content .info-block-text {
  margin-top: 10px;
}

.form-section .form-title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .form-section .form-title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .form-section .form-title {
    margin-bottom: 30px;
  }
}

.form-section .ci-col {
  display: flex;
  flex-direction: column;
}

.form-section .ci-col .contact-info-box {
  flex-grow: 1;
  padding-left: 80px;
  border-left: 2px solid #f4f5f7;
}

@media only screen and (max-width: 1249px) {
  .form-section .ci-col .contact-info-box {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .form-section .ci-col .contact-info-box {
    padding-left: 0;
    border-left: none;
    margin-top: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .form-section .ci-col .contact-info-box {
    padding-right: 0;
    margin-top: 30px;
  }
}

.form-section .ci-col .contact-info-box .contact-info {
  position: relative;
}

.form-section .ci-col .contact-info-box .contact-info:before {
  content: '';
  position: absolute;
  top: 3px;
  left: -30px;
}

@media only screen and (max-width: 767px) {
  .form-section .ci-col .contact-info-box .contact-info:before {
    display: none;
  }
}

.form-section .ci-col .contact-info-box .contact-info h4 {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .form-section .ci-col .contact-info-box .contact-info h4 {
    font-size: 24px;
  }
}

.form-section .ci-col .contact-info-box .contact-info p,
.form-section .ci-col .contact-info-box .contact-info li {
  color: #001935;
}

@media only screen and (max-width: 767px) {
  .form-section .ci-col .contact-info-box .contact-info p,
  .form-section .ci-col .contact-info-box .contact-info li {
    font-size: 18px;
  }
}

.form-section .ci-col .contact-info-box .contact-info a {
  text-decoration: none;
}

.form-section .ci-col .contact-info-box .contact-info a[href^="mailto:"],
.form-section .ci-col .contact-info-box .contact-info a[href^="tel:"] {
  color: #001935;
  transition: all 0.3s ease-in-out;
}

.form-section .ci-col .contact-info-box .contact-info a[href^="mailto:"]:hover,
.form-section .ci-col .contact-info-box .contact-info a[href^="mailto:"]:focus,
.form-section .ci-col .contact-info-box .contact-info a[href^="tel:"]:hover,
.form-section .ci-col .contact-info-box .contact-info a[href^="tel:"]:focus {
  color: #c2a67a;
  color: var(--mainColor);
}

.form-section .ci-col .contact-info-box .socials {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-sec-content {
    margin-bottom: 40px;
  }
}

.usp-section .usp-sec-content .usp-btn-wrapper {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-sec-content .usp-btn-wrapper .btn {
    display: block;
    width: 100%;
  }
}

.usp-section .usp-list {
  position: relative;
  padding-top: 2px;
}

.usp-section .usp-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: -8.33333%;
  width: 2px;
  height: 100%;
  background-color: #f4f5f7;
}

@media only screen and (max-width: 1239px) {
  .usp-section .usp-list:before {
    left: -24px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-list:before {
    display: none;
  }
}

.usp-section .usp-list .usp-item {
  margin-bottom: 20px;
}

.usp-section .usp-list .usp-item .usp-item-content .usp-title-box {
  position: relative;
}

@media only screen and (max-width: 800px) {
  .usp-section .usp-list .usp-item .usp-item-content .usp-title-box {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-list .usp-item .usp-item-content .usp-title-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
}

.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-icon-box {
  position: absolute;
  top: -2px;
  left: 2%;
  width: 40px;
  height: 40px;
  background-color: #001935;
}

@media only screen and (max-width: 1239px) {
  .usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-icon-box {
    left: 3%;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-icon-box {
    position: static;
    margin-right: 15px;
  }
}

.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-icon-box img,
.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-icon-box svg {
  display: block;
  width: auto;
  height: 20px;
  min-height: 20px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap {
    margin-bottom: 0;
  }
}

.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap.with-icon {
  margin-left: 110px;
}

@media only screen and (max-width: 1024px) {
  .usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap.with-icon {
    margin-left: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap.with-icon {
    margin-left: 0;
    padding-top: 3px;
  }
}

.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link span {
  display: none;
}

.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:hover + .usp-title,
.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-link:focus + .usp-title {
  color: #c2a67a;
  color: var(--mainColor);
}

.usp-section .usp-list .usp-item .usp-item-content .usp-title-box .usp-title-wrap .usp-title {
  margin: 0;
  transition: all 0.3s ease-in-out;
  cursor: default;
}

.usp-section .usp-list .usp-item .usp-item-content .usp-desc.with-icon {
  padding-left: 110px;
}

@media only screen and (max-width: 1024px) {
  .usp-section .usp-list .usp-item .usp-item-content .usp-desc.with-icon {
    padding-left: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-list .usp-item .usp-item-content .usp-desc.with-icon {
    padding-left: 0;
  }
}

.usp-section .usp-list .usp-item .usp-item-content.no-icon {
  padding-left: 2%;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1239px) {
  .usp-section .usp-list .usp-item .usp-item-content.no-icon {
    padding-left: 3%;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-list .usp-item .usp-item-content.no-icon {
    padding-left: 0;
  }
}

.usp-section .usp-list .usp-item.gold .usp-item-content .usp-title-box .usp-icon-box {
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

.usp-section .usp-list .usp-item:last-child {
  margin-bottom: 0;
}

.usp-section .usp-list .usp-item:last-child .usp-item-content {
  padding-bottom: 0;
}

.timeline-section {
  background-color: #001935;
}

.timeline-section .ts-desc-text {
  text-align: center;
  margin-bottom: 80px;
  margin-top: -10px;
}

@media only screen and (max-width: 1024px) {
  .timeline-section .ts-desc-text {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .timeline-section .ts-desc-text {
    margin-bottom: 40px;
  }
}

.timeline-section .timeline-slider-box .timeline-slider .slick-list {
  overflow: visible;
}

.timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide {
  width: 750px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide {
    width: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide {
    width: 300px;
  }
}

.timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide .ts-slide-content {
  padding: 0 75px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide .ts-slide-content {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide .ts-slide-content {
    padding: 0 20px;
  }
}

.timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide .ts-slide-content .ts-image-wrap .ts-image-box {
  transition: all 0.3s ease-in-out;
}

.timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide .ts-slide-content .ts-image-wrap .ts-image-box .ts-image {
  padding-top: 58%;
  background-size: cover;
  background-position: center;
}

.timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide .ts-slide-content .ts-title {
  color: #fff;
  width: 115%;
  margin-bottom: 0;
  padding-bottom: 30px;
  position: relative;
  left: -7.5%;
  margin-top: 7.5%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide .ts-slide-content .ts-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide .ts-slide-content .ts-title {
    padding-bottom: 20px;
    margin-top: 10%;
  }
}

.timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide .ts-slide-content .ts-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #c2a67a;
  background-color: var(--mainColor);
  z-index: 1;
}

.timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide.slick-center .ts-slide-content {
  opacity: 1;
}

.timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide.slick-center .ts-slide-content .ts-image-wrap .ts-image-box {
  transform: scale(1.15);
}

.timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide.slick-center .ts-slide-content .ts-title {
  opacity: 1;
  left: -7.5%;
  margin-top: 7.5%;
}

@media only screen and (max-width: 767px) {
  .timeline-section .timeline-slider-box .timeline-slider .slick-list .slick-track .ts-slide.slick-center .ts-slide-content .ts-title {
    margin-top: 10%;
  }
}

.timeline-section .timeline-slider-box .timeline-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1240px;
}

@media only screen and (max-width: 767px) {
  .timeline-section .timeline-slider-box .timeline-slider .slick-dots {
    margin-top: 50px;
  }
}

.timeline-section .timeline-slider-box .timeline-slider .slick-dots li {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  text-align: center;
  font-family: 'Averta', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .timeline-section .timeline-slider-box .timeline-slider .slick-dots li {
    font-size: 14px;
  }
}

.timeline-section .timeline-slider-box .timeline-slider .slick-dots li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

.timeline-section .timeline-slider-box .timeline-slider .slick-dots li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 52%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

.timeline-section .timeline-slider-box .timeline-slider .slick-dots li span {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: relative;
  padding-top: 30px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .timeline-section .timeline-slider-box .timeline-slider .slick-dots li span {
    padding-top: 20px;
  }
}

.timeline-section .timeline-slider-box .timeline-slider .slick-dots li span:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #c2a67a;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .timeline-section .timeline-slider-box .timeline-slider .slick-dots li span:before {
    top: -4px;
    width: 9px;
    height: 9px;
  }
}

.timeline-section .timeline-slider-box .timeline-slider .slick-dots li span:hover {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .timeline-section .timeline-slider-box .timeline-slider .slick-dots li span:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}

.timeline-section .timeline-slider-box .timeline-slider .slick-dots li.slick-active span {
  color: #fff;
}

.timeline-section .timeline-slider-box .timeline-slider .slick-dots li.slick-active span:before {
  top: -9px;
  width: 19px;
  height: 19px;
}

@media only screen and (max-width: 767px) {
  .timeline-section .timeline-slider-box .timeline-slider .slick-dots li.slick-active span:before {
    top: -7px;
    width: 15px;
    height: 15px;
  }
}

.timeline-section .timeline-slider-box .timeline-slider .slick-dots li:first-child:before {
  display: none;
}

.timeline-section .timeline-slider-box .timeline-slider .slick-dots li:last-child:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .timeline-section .timeline-slider-box .timeline-slider.many-slides .slick-dots li {
    font-size: 12px;
  }
}

.team-list-section {
  margin-bottom: 52px;
}

@media only screen and (max-width: 1024px) {
  .team-list-section {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .team-list-section {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .team-list-section .team-posts {
    display: block;
  }
}

.team-list-section .team-posts .team-post-item {
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 960px) {
  .team-list-section .team-posts .team-post-item {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media only screen and (max-width: 767px) {
  .team-list-section .team-posts .team-post-item {
    max-width: none;
  }
}

.team-list-section .team-posts .team-post-item .team-post-box .team-post-content {
  position: relative;
}

.team-list-section .team-posts .team-post-item .team-post-box .team-post-content .team-post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.team-list-section .team-posts .team-post-item .team-post-box .team-post-content .tm-photo-box .tm-photo {
  padding-top: 125%;
  background-size: cover;
  background-position: center;
}

.team-list-section .team-posts .team-post-item .team-post-box .team-post-content .tm-photo-box .tm-photo.no-image {
  position: relative;
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

.team-list-section .team-posts .team-post-item .team-post-box .team-post-content .tm-photo-box .tm-photo.no-image:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  zoom: 1.5;
  transform: translate(-50%, -50%);
}

.team-list-section .team-posts .team-post-item .team-post-box .team-post-content .tm-data {
  margin-top: 15px;
}

.team-list-section .team-posts .team-post-item .team-post-box .team-post-content .tm-data .tm-name {
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.team-list-section .team-posts .team-post-item .team-post-box .team-post-content .tm-data .tm-function {
  color: #818292;
  font-size: 20px;
  font-weight: 300;
}

.team-list-section .team-posts .team-post-item .team-post-box .team-post-content:hover .tm-data .tm-name,
.team-list-section .team-posts .team-post-item .team-post-box .team-post-content:focus .tm-data .tm-name {
  color: #c2a67a;
  color: var(--mainColor);
}

.team-list-section .no-post-box {
  padding: 100px 0 50px 0;
}

@media only screen and (max-width: 767px) {
  .team-list-section .no-post-box {
    padding-top: 20px;
  }
}

.team-list-section .no-post-box .no-posts-title {
  margin-bottom: 0;
}

.team-info-box {
  position: relative;
  background-color: #f4f5f7;
  overflow: hidden;
}

.team-info-box .container {
  position: relative;
}

.team-info-box .container:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% - 24px);
  width: 300%;
  height: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 1240px) {
  .team-info-box .container:after {
    display: none;
  }
}

.team-info-box .container .team-header-img-wrap {
  position: relative;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1240px) {
  .team-info-box .container .team-header-img-wrap {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .team-info-box .container .team-header-img-wrap {
    margin-bottom: 30px;
  }
}

.team-info-box .container .team-header-img-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 500%;
  height: 40%;
  background-color: #001935;
  z-index: 1;
}

.team-info-box .container .team-header-img-wrap .team-header-img {
  padding-top: 38.71%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.team-info-box .container .team-header-img-wrap .team-header-text {
  padding-top: 10px;
}

.team-info-box .container .team-header-img-wrap .team-header-text p,
.team-info-box .container .team-header-img-wrap .team-header-text li {
  font-size: 16px;
  line-height: 1.35;
}

.team-info-box .container .tm-data-box {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .team-info-box .container .tm-data-box {
    display: block;
  }
}

.team-info-box .container .tm-data-box .tm-data-info {
  padding-right: 8.33333%;
  max-width: 50%;
}

@media only screen and (max-width: 1240px) {
  .team-info-box .container .tm-data-box .tm-data-info {
    padding-right: 24px;
  }
}

@media only screen and (max-width: 1023px) {
  .team-info-box .container .tm-data-box .tm-data-info {
    padding-right: 0;
    max-width: none;
  }
}

.team-info-box .container .tm-data-box .tm-data-info .tm-function span {
  display: inline-block;
  color: #001935;
  font-family: 'Averta', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.team-info-box .container .tm-data-box .tm-data-info .tm-name {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .team-info-box .container .tm-data-box .tm-data-info .tm-name {
    font-size: 32px;
  }
}

.team-info-box .container .tm-data-box .tm-data-info .tm-links {
  margin-top: 50px;
}

@media only screen and (max-width: 1240px) {
  .team-info-box .container .tm-data-box .tm-data-info .tm-links {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1240px) {
  .team-info-box .container .tm-data-box .tm-quote {
    padding-left: 24px;
  }
}

@media only screen and (max-width: 1023px) {
  .team-info-box .container .tm-data-box .tm-quote {
    padding-left: 0;
    margin-top: 40px;
  }
}

.team-info-box .container .tm-data-box .tm-quote blockquote {
  max-width: none;
  text-align: left;
  margin: 0;
}

.team-info-box .container .tm-data-box .tm-quote blockquote p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .team-info-box .container .tm-data-box .tm-quote blockquote p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .team-info-box .container .tm-data-box .tm-quote blockquote p {
    font-size: 26px;
  }
}

.team-new-box {
  overflow: hidden;
  background-color: #f4f5f7;
}

@media only screen and (max-width: 767px) {
  .team-new-box .tm-photo-col {
    padding: 0;
  }
}

.team-new-box .tm-info-col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.team-new-box .member-top-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #001935;
  margin-right: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .team-new-box .member-top-info {
    margin-right: 0;
  }
}

@media only screen and (max-width: 960px) {
  .team-new-box .member-top-info {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .team-new-box .member-top-info {
    padding: 30px 0;
  }
}

.team-new-box .member-top-info:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 3000px;
  height: 100%;
  background-color: #001935;
}

.team-new-box .member-top-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 3000px;
  height: 100%;
  background-color: #001935;
}

.team-new-box .member-top-info .member-top-main {
  margin-right: 40px;
}

@media only screen and (max-width: 960px) {
  .team-new-box .member-top-info .member-top-main {
    margin-right: 0;
  }
}

.team-new-box .member-top-info .member-top-main .tm-function {
  color: #fff;
  font-family: 'Averta', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.team-new-box .member-top-info .member-top-main .tm-function span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.team-new-box .member-top-info .member-top-main .tm-name {
  color: #fff;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .team-new-box .member-top-info .member-top-main .tm-links {
    flex-wrap: wrap;
  }
}

.team-new-box .member-top-info .member-top-main .tm-links .social-link {
  margin: 0 24px 24px 0;
}

.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-instagram:hover:after,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-instagram:focus:after {
  width: 100%;
}

.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-linkedin:hover:after,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-linkedin:focus:after {
  width: 100%;
}

.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-facebook:hover:after,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-facebook:focus:after {
  width: 100%;
}

.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-twitter:hover:after,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-twitter:focus:after {
  width: 100%;
}

.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-youtube:hover:after,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-youtube:focus:after {
  width: 100%;
}

.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-email:hover:after,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-email:focus:after {
  width: 100%;
}

.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-phone:hover:after,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-phone:focus:after {
  width: 100%;
}

.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-loc:hover:after,
.team-new-box .member-top-info .member-top-main .tm-links .social-link.icon-loc:focus:after {
  width: 100%;
}

.team-new-box .member-top-info .member-top-main .tm-links .social-link.hover-icon {
  overflow: unset;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .team-new-box .member-top-info .member-top-main .tm-links .social-link.hover-icon {
    width: auto;
  }
}

.team-new-box .member-top-info .member-top-main .tm-links .social-link.hover-icon:before {
  z-index: 3;
}

@media only screen and (max-width: 1024px) {
  .team-new-box .member-top-info .member-top-main .tm-links .social-link.hover-icon:before {
    left: 18px;
    margin: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .team-new-box .member-top-info .member-top-main .tm-links .social-link.hover-icon:after {
    width: 100%;
  }
}

.team-new-box .member-top-info .member-top-main .tm-links .social-link.hover-icon .icon-text {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 2px);
  color: #fff;
  font-family: 'Averta', sans-serif;
  font-size: 18px;
  font-weight: 400;
  background-color: #c2a67a;
  background-color: var(--mainColor);
  padding: 5px 24px 5px 15px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 4;
}

@media only screen and (max-width: 1024px) {
  .team-new-box .member-top-info .member-top-main .tm-links .social-link.hover-icon .icon-text {
    opacity: 1;
    visibility: visible;
    left: auto;
    padding-left: 48px;
    position: relative;
    z-index: 2;
  }
}

.team-new-box .member-top-info .member-top-main .tm-links .social-link.hover-icon.icon-phone .icon-text {
  padding: 5px 28px 5px 20px;
}

@media only screen and (max-width: 1024px) {
  .team-new-box .member-top-info .member-top-main .tm-links .social-link.hover-icon.icon-phone .icon-text {
    padding-left: 48px;
  }
}

.team-new-box .member-top-info .tm-quote {
  padding: 30px 0;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .team-new-box .member-top-info .tm-quote {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.team-new-box .member-top-info .tm-quote blockquote {
  text-align: left;
  max-width: 214px;
}

@media only screen and (max-width: 767px) {
  .team-new-box .member-top-info .tm-quote blockquote {
    max-width: none;
  }
}

.team-new-box .member-top-info .tm-quote blockquote,
.team-new-box .member-top-info .tm-quote blockquote > p {
  color: #fff;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-family: 'Averta', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.team-new-box .tm-taxonomies {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .team-new-box .tm-taxonomies {
    padding: 0;
  }
}

.team-new-box .tm-taxonomies .tm-tax-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #001935;
}

.team-new-box .tm-taxonomies .tm-tax-wrap .tm-tax-label {
  display: inline-block;
  color: #001935;
  font-family: 'Averta', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.team-new-box .tm-taxonomies .tm-tax-wrap .tm-tax-list {
  color: #001935;
  font-family: 'Averta', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.team-new-box .tm-taxonomies .tm-tax-wrap .tm-tax-list span {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.team-new-box .tm-taxonomies .tm-tax-wrap:last-child {
  border-bottom: none;
}

.team-new-box .team-header-img-wrap {
  position: relative;
  z-index: 2;
}

.team-new-box .team-header-img-wrap:after {
  content: '';
  position: absolute;
  bottom: 25%;
  left: 100%;
  width: 3000px;
  height: 100%;
  background-color: #001935;
}

.team-new-box .team-header-img-wrap .team-header-img {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.team-new-box .team-header-img-wrap .team-header-text {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 65%;
  text-align: center;
  padding: 20px;
  background-color: #c2a67a;
  background-color: var(--mainColor);
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .team-new-box .team-header-img-wrap .team-header-text {
    max-width: none;
    width: 100%;
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  .team-new-box .team-header-img-wrap .team-header-text {
    padding: 15px;
  }
}

.team-new-box .team-header-img-wrap .team-header-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Averta',sans-serif;
}

.team-new-box .team-header-img-wrap .team-header-text p > a {
  font-family: inherit;
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.team-new-box .team-header-img-wrap .team-header-text p > a:hover,
.team-new-box .team-header-img-wrap .team-header-text p > a:focus {
  opacity: 0.75;
}

.team-new-box .team-header-img-wrap .team-header-text p strong {
  font-family: inherit;
  font-weight: 700;
}

.post-new-content {
  margin-bottom: 50px;
}

.team-overview-wrap {
  padding-bottom: 50px;
  border-bottom: 2px solid #f4f5f7;
}

@media only screen and (max-width: 767px) {
  .team-overview-wrap {
    padding-bottom: 30px;
  }
}

.intro-text-section .intro-text p {
  font-size: 24px;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .intro-text-section .intro-text p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 800px) {
  .intro-text-section .intro-text p {
    font-size: 20px;
  }
}

.text-and-image-section .tai-row {
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-row {
    display: block;
  }
}

.text-and-image-section .tai-row .tai-image-box {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-row .tai-image-box {
    margin-bottom: 15px;
  }
}

.text-and-image-section .tai-row .tai-image-box.with-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.15;
  background-color: #001935;
}

.text-and-image-section .tai-row .tai-image-box .tai-image {
  padding-top: 80.54%;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-row .tai-image-box .tai-image {
    padding-top: 56.25%;
  }
}

.text-and-image-section .tai-row .tai-content .tai-btn-wrapper {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-row .tai-content .tai-btn-wrapper .btn {
    display: block;
    width: 100%;
  }
}

.text-and-image-section .tai-row.position-0 {
  flex-direction: row-reverse;
}

.client-references-section .cr-desc {
  text-align: center;
  margin-bottom: 50px;
}

.client-references-section .ref-slider {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .client-references-section .ref-slider {
    padding-bottom: 20px;
  }
}

.client-references-section .ref-slider .ref-slide {
  margin: 0 35px;
}

@media only screen and (max-width: 1240px) {
  .client-references-section .ref-slider .ref-slide {
    margin: 0;
  }
}

.client-references-section .ref-slider .ref-slide .ref-slide-box {
  display: flex;
  align-items: flex-end;
  width: 1240px;
  height: 480px;
  background-color: #001935;
  background-size: cover;
  background-position: center;
  padding: 60px 85px;
}

@media only screen and (max-width: 1240px) {
  .client-references-section .ref-slider .ref-slide .ref-slide-box {
    width: 100%;
    height: 400px;
    padding: 40px 60px 80px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .client-references-section .ref-slider .ref-slide .ref-slide-box {
    padding: 30px 30px 50px 30px;
  }
}

@media only screen and (max-width: 374px) {
  .client-references-section .ref-slider .ref-slide .ref-slide-box {
    height: 350px;
  }
}

.client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info {
  max-width: 45%;
}

@media only screen and (max-width: 1240px) {
  .client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info {
    max-width: 80%;
  }
}

@media only screen and (max-width: 1023px) {
  .client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info {
    max-width: none;
  }
}

.client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info .company-name {
  margin-bottom: 25px;
}

.client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info .ref-quote {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info .ref-quote {
    font-size: 18px;
  }
}

@media only screen and (max-width: 374px) {
  .client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info .ref-quote {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1240px) {
  .client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info .ref-quote br {
    display: none;
  }
}

.client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info .ref-quote:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -25px;
  bottom: 5px;
  width: 2px;
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info .ref-quote:before {
    left: -15px;
  }
}

.client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info .ref-author {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

@media only screen and (max-width: 374px) {
  .client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info .ref-author {
    font-size: 16px;
  }
}

.client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info .ref-author .ref-name {
  font-weight: 600;
}

.client-references-section .ref-slider .ref-slide .ref-slide-box .ref-slide-info .ref-author .ref-company {
  font-weight: 300;
}

.client-references-section .ref-slider .slick-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% + 42px);
  transform: translate(-50%);
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  font-size: 0;
  outline: none;
  color: transparent;
  border: 2px solid #c2a67a;
  border-color: #c2a67a;
  border-color: var(--mainColor);
  background-color: #c2a67a;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .client-references-section .ref-slider .slick-arrow {
    width: 40px;
    height: 40px;
    left: calc(50% + 27px);
  }
}

.client-references-section .ref-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  zoom: 1.3;
}

@media only screen and (max-width: 767px) {
  .client-references-section .ref-slider .slick-arrow:before {
    zoom: normal;
  }
}

.client-references-section .ref-slider .slick-arrow.slick-prev {
  left: calc(50% - 42px);
}

@media only screen and (max-width: 767px) {
  .client-references-section .ref-slider .slick-arrow.slick-prev {
    left: calc(50% - 27px);
  }
}

.client-references-section .ref-slider .slick-arrow.slick-prev:before {
  transform: translate(-50%, -50%) scale(-1);
}

.client-references-section .ref-slider .slick-arrow:hover {
  border-color: #001935;
  background-color: #001935;
}

@media only screen and (max-width: 1240px) {
  .client-references-section .ref-slider .slick-arrow:hover {
    background-color: #c2a67a;
    background-color: var(--mainColor);
    border-color: #c2a67a;
    border-color: var(--mainColor);
  }
}

.client-references-section .ref-slider .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0;
}

.client-references-section .ref-slider .slick-arrow.slick-disabled:hover {
  background-color: #c2a67a;
  background-color: var(--mainColor);
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

.text-big-image-section .tbi-top-box {
  position: relative;
}

.text-big-image-section .tbi-top-box .blue-part {
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  left: -5px;
  width: 1477px;
  height: auto;
  z-index: 2;
}

@media only screen and (max-width: 1800px) {
  .text-big-image-section .tbi-top-box .blue-part {
    width: 80%;
  }
}

@media only screen and (max-width: 1366px) {
  .text-big-image-section .tbi-top-box .blue-part {
    display: none;
  }
}

.text-big-image-section .tbi-top-box .tbi-row {
  position: relative;
  padding: 70px 0 170px 0;
}

@media only screen and (max-width: 1366px) {
  .text-big-image-section .tbi-top-box .tbi-row {
    padding-right: 24px;
  }
}

@media only screen and (max-width: 1240px) {
  .text-big-image-section .tbi-top-box .tbi-row {
    background-color: #001935;
    padding: 50px 0 150px 0;
  }
}

@media only screen and (max-width: 767px) {
  .text-big-image-section .tbi-top-box .tbi-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.text-big-image-section .tbi-top-box .tbi-row:before {
  content: '';
  position: absolute;
  top: 0;
  right: 108px;
  width: 5000px;
  height: 100%;
  background-color: #001935;
}

@media only screen and (max-width: 1366px) {
  .text-big-image-section .tbi-top-box .tbi-row:before {
    right: 0;
  }
}

@media only screen and (max-width: 1240px) {
  .text-big-image-section .tbi-top-box .tbi-row:before {
    display: none;
  }
}

.text-big-image-section .tbi-top-box .tbi-row .tbi-title {
  margin: 0;
}

@media only screen and (max-width: 800px) {
  .text-big-image-section .tbi-top-box .tbi-row .tbi-title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .text-big-image-section .tbi-col {
    padding: 0;
  }
}

.text-big-image-section .tbi-col .tbi-image-box {
  position: relative;
  z-index: 10;
  margin-top: -100px;
}

@media only screen and (max-width: 767px) {
  .text-big-image-section .tbi-col .tbi-image-box {
    margin-top: 0;
  }
}

.text-big-image-section .tbi-col .tbi-image-box .tbi-btn-wrap {
  position: absolute;
  left: 0;
  top: -25px;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .text-big-image-section .tbi-col .tbi-image-box .tbi-btn-wrap {
    position: static;
    padding: 0 15px 30px 15px;
    background-color: #001935;
  }
}

@media only screen and (max-width: 767px) {
  .text-big-image-section .tbi-col .tbi-image-box .tbi-btn-wrap .btn {
    display: block;
    width: 100%;
  }
}

.text-big-image-section .tbi-col .tbi-image-box .tbi-btn-wrap .btn:hover,
.text-big-image-section .tbi-col .tbi-image-box .tbi-btn-wrap .btn:focus {
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

.text-big-image-section .tbi-col .tbi-image-box .tbi-btn-wrap.out-box {
  top: -50px;
}

.text-big-image-section .tbi-col .tbi-image-box.with-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.15;
  background-color: #001935;
}

.text-big-image-section .tbi-col .tbi-image-box .tbi-image {
  padding-top: 38.71%;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
  .text-big-image-section .tbi-col .tbi-image-box .tbi-image {
    padding-top: 56.25%;
  }
}

.text-big-image-section .tbi-col .tbi-image-box .tbi-image.in-box-video {
  background-color: #c2a67a;
  background-color: var(--mainColor);
  padding-top: 0 !important;
}

.text-big-image-section .tbi-col .tbi-image-box .tbi-image.in-box-video .in-box-video-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.text-big-image-section .tbi-col .tbi-image-box .tbi-image.in-box-video .in-box-video-wrap iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.text-section .text-columns {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .text-section .text-columns {
    display: block;
  }
}

.text-section .text-columns .text-column {
  flex-grow: 1;
}

@media only screen and (max-width: 640px) {
  .text-section .text-columns .text-column {
    margin-bottom: 30px;
  }

  .text-section .text-columns .text-column:last-child {
    margin-bottom: 0;
  }
}

.text-section .text-columns.cols-2 {
  margin: 0 -24px;
}

.text-section .text-columns.cols-2 .text-column {
  flex-basis: 50%;
  padding: 0 24px;
}

.text-section .text-columns.cols-3 {
  margin: 0 -24px;
}

.text-section .text-columns.cols-3 .text-column {
  flex-basis: 33.33333%;
  padding: 0 24px;
}

.quote-section blockquote {
  max-width: none;
}

.quote-section blockquote p {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .quote-section blockquote p br {
    display: none;
  }
}

.click-trough-section {
  margin-bottom: 52px;
}

@media only screen and (max-width: 1024px) {
  .click-trough-section {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .click-trough-section {
    margin-bottom: 0;
  }
}

.click-trough-section .clc-sec-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .click-trough-section .clc-sec-title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .click-trough-section .clc-blocks {
    display: block;
  }
}

.click-trough-section .clc-blocks .clc-block-item {
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .click-trough-section .clc-blocks .clc-block-item {
    max-width: none;
  }
}

.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content {
  padding-top: 42.79%;
  position: relative;
  background-color: #001935;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content {
    padding-top: 56.25%;
  }
}

.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #001935;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content .clc-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content .clc-data {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content .clc-data {
    bottom: 0;
  }
}

.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content .clc-data .clc-block-title {
  color: #ffffff;
  font-family: 'Averta', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 20px;
  margin-left: 30px;
  margin-bottom: 30px;
  padding-right: 30px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content .clc-data .clc-block-title {
    font-size: 20px;
    margin-left: 15px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content .clc-data .clc-block-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content .clc-data .clc-btn {
  display: block;
  background-color: #001935;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 11px 30px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content .clc-data .clc-btn {
    padding: 8px 15px;
  }
}

.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content .clc-data .clc-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 800px) {
  .click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content .clc-data .clc-btn:after {
    right: 15px;
  }
}

.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content:hover:before,
.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content:focus:before {
  opacity: 0.75;
}

.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content:hover .clc-data,
.click-trough-section .clc-blocks .clc-block-item .clc-block-box .clc-block-content:focus .clc-data {
  bottom: 0;
}

.news-section {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .news-section {
    padding-bottom: 32px;
    margin-bottom: 40px;
  }
}

.news-section .news-sec-top {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .news-section .news-sec-top {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .news-section .news-sec-top {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .news-section .news-sec-top .col {
    position: static;
  }
}

.news-section .news-sec-top .news-sec-title {
  margin-bottom: 0;
}

.news-section .news-sec-top .news-sec-btn-wrap {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .news-section .news-sec-top .news-sec-btn-wrap {
    text-align: left;
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .news-section .news-sec-top .news-sec-btn-wrap .btn {
    display: block;
    width: 100%;
  }
}

.vac-taxonomies {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
  margin-bottom: -50px;
}

@media only screen and (max-width: 1024px) {
  .vac-taxonomies {
    margin-bottom: -40px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .vac-taxonomies {
    display: block;
    margin-bottom: -30px;
  }
}

.vac-taxonomies .vac-taxonomy {
  padding-left: 30px;
  position: relative;
  margin-right: 50px;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .vac-taxonomies .vac-taxonomy {
    margin-right: 30px;
    padding-left: 35px;
    margin-bottom: 15px;
  }
}

.vac-taxonomies .vac-taxonomy:last-child {
  margin-right: 0;
}

.vac-taxonomies .vac-taxonomy:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
}

.vac-taxonomies .vac-taxonomy span {
  color: #fff;
  font-family: 'Averta', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.vac-taxonomies .vac-taxonomy.cat-exp {
  padding-left: 35px;
}

@media only screen and (max-width: 767px) {
  .vac-taxonomies .vac-taxonomy.cat-loc:before {
    left: 3px;
  }
}

.vacancies-section {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .vacancies-section {
    padding-bottom: 32px;
    margin-bottom: 40px;
    position: relative;
    overflow: visible;
  }
}

.vacancies-section .vac-sec-top {
  padding: 60px 0 160px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .vacancies-section .vac-sec-top {
    background-color: #001935;
    padding: 40px 0 140px 0;
    position: static;
  }
}

.vacancies-section .vac-sec-top:before {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: 3000px;
  height: 100%;
  background-color: #001935;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .vacancies-section .vac-sec-top:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .vacancies-section .vac-sec-top .col {
    position: static;
  }
}

.vacancies-section .vac-sec-top .vac-sec-title {
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 2;
}

.vacancies-section .vac-sec-top .vac-sec-btn-wrap {
  text-align: right;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .vacancies-section .vac-sec-top .vac-sec-btn-wrap {
    text-align: left;
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .vacancies-section .vac-sec-top .vac-sec-btn-wrap .btn {
    display: block;
    width: 100%;
  }
}

.vacancies-section .vac-sec-top .blue-part {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 50%;
  height: auto;
  z-index: 3;
}

@media only screen and (max-width: 1239px) {
  .vacancies-section .vac-sec-top .blue-part {
    display: none;
  }
}

.vacancies-section .news-list-section {
  margin-top: -100px;
  position: relative;
  z-index: 5;
}

.gallery-section .gal-top-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

@media only screen and (max-width: 640px) {
  .gallery-section .gal-top-box {
    display: block;
  }
}

.gallery-section .gal-top-box .gal-titles {
  padding-bottom: 40px;
}

@media only screen and (max-width: 800px) {
  .gallery-section .gal-top-box .gal-titles {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-section .gal-top-box .gal-titles {
    padding-bottom: 0;
  }
}

.gallery-section .gal-top-box .gal-titles .gal-title {
  margin: 0;
}

.gallery-section .gal-top-box .slider-arrows {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .gallery-section .gal-top-box .slider-arrows {
    justify-content: flex-end;
    margin-bottom: -25px;
    position: relative;
    z-index: 5;
  }
}

.gallery-section .gal-top-box .slider-arrows .gal-arrows {
  display: block;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background-color: #c2a67a;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-right: 24px;
}

@media only screen and (max-width: 800px) {
  .gallery-section .gal-top-box .slider-arrows .gal-arrows {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}

.gallery-section .gal-top-box .slider-arrows .gal-arrows:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}

.gallery-section .gal-top-box .slider-arrows .gal-arrows:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}

.gallery-section .gal-top-box .slider-arrows .gal-arrows:hover {
  background-color: #001935;
}

.gallery-section .gal-top-box .slider-arrows .gal-arrows.prev-slide:before,
.gallery-section .gal-top-box .slider-arrows .gal-arrows.prev-slide:after {
  transform: translate(-50%, -50%) scaleX(-1);
}

.gallery-section .gal-top-box .slider-arrows .gal-arrows.slick-disabled {
  cursor: default;
  opacity: 0;
}

.gallery-section .gal-top-box .slider-arrows .gal-arrows.slick-disabled:hover {
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

.gallery-section .gal-top-box .slider-arrows .gal-arrows:last-child {
  margin-right: 0;
}

.gallery-section .gallery-slider-box:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  background-color: #fff;
  z-index: 3;
}

.gallery-section .gallery-slider-box:after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  background-color: #fff;
  z-index: 3;
}

@media only screen and (max-width: 1239px) {
  .gallery-section .gallery-slider-box {
    padding: 0 12px;
    position: relative;
  }

  .gallery-section .gallery-slider-box:before,
  .gallery-section .gallery-slider-box:after {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .gallery-section .gallery-slider-box {
    padding: 0 15px;
  }

  .gallery-section .gallery-slider-box:before,
  .gallery-section .gallery-slider-box:after {
    display: none;
  }
}

.gallery-section .gallery-slider-box .gallery-slider .gallery-slide {
  padding-right: 48px;
}

@media only screen and (max-width: 1239px) {
  .gallery-section .gallery-slider-box .gallery-slider .gallery-slide {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 640px) {
  .gallery-section .gallery-slider-box .gallery-slider .gallery-slide {
    padding: 0;
  }
}

.gallery-section .gallery-slider-box .gallery-slider .gallery-slide .gal-image-box {
  position: relative;
}

.gallery-section .gallery-slider-box .gallery-slider .gallery-slide .gal-image-box.with-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
}

.gallery-section .gallery-slider-box .gallery-slider .gallery-slide .gal-image-box .play-button {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 640px) {
  .gallery-section .gallery-slider-box .gallery-slider .gallery-slide .gal-image-box .play-button {
    width: 60px;
    height: 60px;
  }
}

.gallery-section .gallery-slider-box .gallery-slider .gallery-slide .gal-image-box .play-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% + 8px);
  transform: translate(-50%, -50%);
  border: 10px solid transparent;
  border-left: 16px solid #001935;
  transition: all 0.3s ease-in-out;
}

.gallery-section .gallery-slider-box .gallery-slider .gallery-slide .gal-image-box .play-button:hover,
.gallery-section .gallery-slider-box .gallery-slider .gallery-slide .gal-image-box .play-button:focus {
  background-color: #001935;
}

.gallery-section .gallery-slider-box .gallery-slider .gallery-slide .gal-image-box .play-button:hover:before,
.gallery-section .gallery-slider-box .gallery-slider .gallery-slide .gal-image-box .play-button:focus:before {
  border-left-color: #fff;
}

.gallery-section .gallery-slider-box .gallery-slider .gallery-slide .gal-image-box .gal-image {
  width: 596px;
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 1239px) {
  .gallery-section .gallery-slider-box .gallery-slider .gallery-slide .gal-image-box .gal-image {
    width: auto;
    height: auto;
    padding-top: 66.66667%;
  }
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-desc-wrap {
    margin-bottom: 30px;
  }
}

.faq-section .faq-desc-wrap .faq-btn-wrapper {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-desc-wrap .faq-btn-wrapper .btn {
    display: block;
    width: 100%;
  }
}

.faq-section .faq-list .faq-item:last-child {
  margin-bottom: 0;
}

.faq-section .faq-list .faq-item .faq-item-box {
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f4f5f7;
}

.faq-section .faq-list .faq-item .faq-item-box .faq-question {
  margin-bottom: 0;
  cursor: pointer;
  font-size: 21px;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-right: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 800px) {
  .faq-section .faq-list .faq-item .faq-item-box .faq-question {
    font-size: 19px;
  }
}

.faq-section .faq-list .faq-item .faq-item-box .faq-question:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 18px;
  height: 3px;
  background-color: #001935;
  transition: all 0.3s ease-in-out;
}

.faq-section .faq-list .faq-item .faq-item-box .faq-question:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  width: 3px;
  height: 18px;
  background-color: #001935;
  transition: all 0.3s ease-in-out;
}

.faq-section .faq-list .faq-item .faq-item-box .faq-answer {
  display: none;
  padding-top: 15px;
}

.faq-section .faq-list .faq-item .faq-item-box:hover .faq-question,
.faq-section .faq-list .faq-item .faq-item-box:focus .faq-question {
  color: #c2a67a;
  color: var(--mainColor);
}

.faq-section .faq-list .faq-item .faq-item-box.opened .faq-question:after {
  background-color: #c2a67a;
  background-color: var(--mainColor);
  transform: translateY(-50%) rotate(90deg);
}

.faq-section .faq-list .faq-item .faq-item-box.opened .faq-question:before {
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

.faq-section .faq-list .faq-item .faq-item-box.opened .faq-question {
  color: #c2a67a;
  color: var(--mainColor);
}

.policy-search .ps-desc {
  margin-bottom: 30px;
}

.policy-search .ps-desc p:first-child {
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 374px) {
  .policy-search .ps-desc p:first-child {
    font-size: 18px;
  }
}

.policy-search .ps-box .search-form {
  display: flex;
}

.policy-search .ps-box .search-form .search-field {
  flex-grow: 1;
  height: 60px;
  line-height: 60px;
  border: 2px solid #f4f5f7;
  background-color: #f4f5f7;
  font-weight: 600;
  padding: 15px;
  font-size: 18px;
  color: #001935;
  outline: none !important;
}

.policy-search .ps-box .search-form .search-field::-webkit-input-placeholder {
  font-weight: 400;
  opacity: 1 !important;
}

.policy-search .ps-box .search-form .search-field:-moz-placeholder {
  font-weight: 400;
  opacity: 1 !important;
}

.policy-search .ps-box .search-form .search-field::-moz-placeholder {
  font-weight: 400;
  opacity: 1 !important;
}

.policy-search .ps-box .search-form .search-field:-ms-input-placeholder {
  font-weight: 400;
  opacity: 1 !important;
}

@media only screen and (max-width: 1024px) {
  .policy-search .ps-box .search-form .search-field {
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    padding: 10px;
  }
}

.policy-search .ps-box .search-form .search-field:focus {
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

.policy-search .ps-box .search-form .search-field.warning {
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

.policy-search .ps-box .search-form .search-submit {
  color: #fff;
  background-color: #001935;
  border: 2px solid #001935;
  transition: all 0.3s ease-in-out;
  font-family: 'Averta', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  padding: 17px 64px 17px 20px;
  background-image: url("../../resources/images/svg/magnifier.svg");
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  outline: none !important;
}

@media only screen and (max-width: 1024px) {
  .policy-search .ps-box .search-form .search-submit {
    padding: 12px 54px 12px 15px;
    background-position: calc(100% - 15px) 50%;
  }
}

.policy-search .ps-box .search-form .search-submit:hover,
.policy-search .ps-box .search-form .search-submit:focus {
  background-color: #c2a67a;
  background-color: var(--mainColor);
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

.policy-search .ps-box .search-header {
  margin-top: 20px;
}

.policy-search .ps-box .search-results {
  margin-bottom: 0 !important;
}

.policy-search .ps-box .search-results > li {
  margin-bottom: 10px;
}

.policy-search .ps-box .search-results > li:last-child {
  margin-bottom: 0;
}

.policy-search .ps-box .search-results > li a {
  color: #001935;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.policy-search .ps-box .search-results > li a:hover,
.policy-search .ps-box .search-results > li a:focus {
  color: #c2a67a;
  color: var(--mainColor);
}

.policy-search .ps-box .no-results {
  margin-top: 20px;
}

.news-list-section {
  margin-bottom: 52px;
}

@media only screen and (max-width: 1024px) {
  .news-list-section {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .news-list-section {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .news-list-section .news-posts {
    display: block;
  }
}

.news-list-section .news-posts .news-post-item {
  display: flex;
  flex-direction: column;
  flex-basis: 33.33333333333%;
  max-width: 33.3333333333%;
}

@media only screen and (max-width: 1024px) {
  .news-list-section .news-posts .news-post-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .news-list-section .news-posts .news-post-item {
    max-width: none;
  }
}

.news-list-section .news-posts .news-post-item .news-post-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-photo-box .news-photo {
  padding-top: 63%;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1024px) {
  .news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-photo-box .news-photo {
    padding-top: 56.25%;
  }
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-photo-box .news-photo.no-image {
  position: relative;
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-photo-box .news-photo.no-image:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  zoom: 1.5;
  transform: translate(-50%, -50%);
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box {
  padding: 20px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box {
    padding: 15px 15px 20px 15px;
  }
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box .news-title {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box .news-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box.flex-info-box .vac-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box.flex-info-box .vac-titles .news-title {
  margin: 0;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box.flex-info-box .vac-titles .vac-hours {
  padding-left: 35px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box.flex-info-box .vac-titles .vac-hours:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box.flex-info-box .vac-titles .vac-hours span {
  color: #001935;
  font-family: 'Averta', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box.flex-info-box .vac-block-taxonomies .vac-taxonomy {
  color: #001935;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

@media only screen and (max-width: 374px) {
  .news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box.flex-info-box .vac-block-taxonomies .vac-taxonomy {
    font-size: 16px;
  }
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-info-box.flex-info-box .vac-block-taxonomies .vac-taxonomy:empty {
  display: none;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-excerpt p {
  line-height: 1.3;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap {
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001935;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn {
  display: block;
  color: #001935;
  font-size: 18px;
  font-weight: 400;
  padding: 11px 20px;
  position: relative;
  z-index: 3;
  border-bottom: 2px solid #001935;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn {
    color: #fff;
    background-color: #001935;
  }
}

@media only screen and (max-width: 767px) {
  .news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn {
    padding: 8px 15px;
  }
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn:after {
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn:after {
    right: 15px;
  }
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn:before {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .news-list-section .news-posts .news-post-item .news-post-box .news-post-content .news-btn-wrap .news-btn:before {
    right: 15px;
  }
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content:hover .news-btn-wrap:before,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content:focus .news-btn-wrap:before {
  top: 0;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content:hover .news-btn-wrap .news-btn,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content:focus .news-btn-wrap .news-btn {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .news-list-section .news-posts .news-post-item .news-post-box .news-post-content:hover .news-btn-wrap .news-btn,
  .news-list-section .news-posts .news-post-item .news-post-box .news-post-content:focus .news-btn-wrap .news-btn {
    background-color: #c2a67a;
    background-color: var(--mainColor);
    border-color: #c2a67a;
    border-color: var(--mainColor);
  }
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content:hover .news-btn-wrap .news-btn:after,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content:focus .news-btn-wrap .news-btn:after {
  opacity: 0;
}

.news-list-section .news-posts .news-post-item .news-post-box .news-post-content:hover .news-btn-wrap .news-btn:before,
.news-list-section .news-posts .news-post-item .news-post-box .news-post-content:focus .news-btn-wrap .news-btn:before {
  opacity: 1;
}

.news-header {
  background-color: #001935;
}

.news-header .news-title {
  color: #fff;
  margin-bottom: 0;
}

.news-content-section .news-content {
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f4f5f7;
}

@media only screen and (max-width: 1024px) {
  .news-content-section .news-content {
    padding-top: 30px;
  }
}

.news-content-section .news-content .share-icons-box {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .news-content-section .news-content .share-icons-box {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .news-content-section .news-content .share-icons-box {
    margin-top: 30px;
  }
}

.news-content-section .news-content .share-icons-box .share-text {
  color: #001935;
  font-size: 18px;
  font-weight: 600;
  margin-right: 30px;
}

.news-content-section .news-content .share-icons-box .share-icons .addtoany_list > a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 0 !important;
  padding: 0;
  margin: 0 10px;
  border-left: 2px solid #c2a67a;
  border-bottom: 2px solid #c2a67a;
  border-color: #c2a67a;
  border-color: var(--mainColor);
  position: relative;
}

.news-content-section .news-content .share-icons-box .share-icons .addtoany_list > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #c2a67a;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.news-content-section .news-content .share-icons-box .share-icons .addtoany_list > a:first-child {
  margin-left: 0;
}

.news-content-section .news-content .share-icons-box .share-icons .addtoany_list > a:last-child {
  margin-right: 0;
}

.news-content-section .news-content .share-icons-box .share-icons .addtoany_list > a .a2a_svg {
  display: flex;
  align-items: center;
  width: 48px !important;
  height: 48px !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}

.news-content-section .news-content .share-icons-box .share-icons .addtoany_list > a .a2a_svg svg {
  display: block;
  width: auto;
  height: 26px;
}

.news-content-section .news-content .share-icons-box .share-icons .addtoany_list > a .a2a_svg svg path {
  transition: all 0.3s ease-in-out;
}

.news-content-section .news-content .share-icons-box .share-icons .addtoany_list > a:hover:after,
.news-content-section .news-content .share-icons-box .share-icons .addtoany_list > a:focus:after {
  width: 100%;
}

.news-content-section .news-content .share-icons-box .share-icons .addtoany_list > a:hover .a2a_svg,
.news-content-section .news-content .share-icons-box .share-icons .addtoany_list > a:focus .a2a_svg {
  opacity: 1;
}

.news-content-section .news-content .share-icons-box .share-icons .addtoany_list > a:hover .a2a_svg svg path,
.news-content-section .news-content .share-icons-box .share-icons .addtoany_list > a:focus .a2a_svg svg path {
  fill: #fff !important;
}

.news-content-section .sidebar-col {
  position: relative;
}

@media only screen and (max-width: 1240px) {
  .news-content-section .sidebar-col {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .news-content-section .sidebar-col {
    padding-right: 15px;
  }
}

.news-content-section .sidebar-col .news-sidebar {
  background-color: #f4f5f7;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box {
  padding: 50px;
}

@media only screen and (max-width: 1240px) {
  .news-content-section .sidebar-col .news-sidebar .author-info-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .news-content-section .sidebar-col .news-sidebar .author-info-box {
    padding: 24px;
  }
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-th-box {
  margin-bottom: 30px;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-th-box .author-photo {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .sidebar-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .news-content-section .sidebar-col .news-sidebar .author-info-box .sidebar-title {
    font-size: 26px;
  }
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .sidebar-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .sidebar-sub-title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-name {
  font-size: 25px;
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .news-content-section .sidebar-col .news-sidebar .author-info-box .author-name {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .news-content-section .sidebar-col .news-sidebar .author-info-box .author-name {
    font-size: 25px;
  }
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .sidebar-function {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap {
  margin-bottom: 7px;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap:last-child {
  margin-bottom: 0;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link {
  display: inline-block;
  color: #001935;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  padding-left: 35px;
  position: relative;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  opacity: 1;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-email:before {
  top: 6px;
  zoom: 0.9;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link.author-email:after {
  top: 6px;
  zoom: 0.9;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link:hover,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link:focus {
  color: #c2a67a;
  color: var(--mainColor);
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link:hover:before,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link:focus:before {
  opacity: 0;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link:hover:after,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-contact-links .contact-link-wrap .contact-link:focus:after {
  opacity: 1;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #001935;
  margin: 0 7px;
  transition: all .3s ease-in-out;
  overflow: hidden;
  background-color: #001935;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link:first-child {
  margin-left: 0;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link:last-child {
  margin-right: 0;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  zoom: 0.8;
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-instagram:hover,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-instagram:focus {
  background-color: #c2a67a;
  background-color: var(--mainColor);
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-linkedin:hover,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-linkedin:focus {
  background-color: #c2a67a;
  background-color: var(--mainColor);
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-facebook:hover,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-facebook:focus {
  background-color: #c2a67a;
  background-color: var(--mainColor);
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-twitter:hover,
.news-content-section .sidebar-col .news-sidebar .author-info-box .author-social-links .author-social-link.icon-twitter:focus {
  background-color: #c2a67a;
  background-color: var(--mainColor);
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

.news-content-section .sidebar-col .news-sidebar.sticky-share {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 381.33333px;
}

@media only screen and (max-width: 1240px) {
  .news-content-section .sidebar-col .news-sidebar.sticky-share {
    width: calc(33.3333333333% - 24px);
  }
}

.news-content-section .sidebar-col .news-sidebar.sticky-share-stop {
  position: absolute;
  bottom: 0;
  width: 381.33333px;
}

@media only screen and (max-width: 1240px) {
  .news-content-section .sidebar-col .news-sidebar.sticky-share-stop {
    width: calc(100% - 24px);
  }
}

.choice-main .make-your-choice {
  position: relative;
}

.choice-main .make-your-choice:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  width: 500px;
  height: 350px;
  background-image: url("../../resources/images/m-logo.svg");
}

@media only screen and (max-width: 1024px) {
  .choice-main .make-your-choice:before {
    zoom: 0.6;
  }
}

@media only screen and (max-width: 1023px) {
  .choice-main .make-your-choice:before {
    display: none;
  }
}

.choice-main .make-your-choice .myc-title {
  color: #fff;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .choice-main .make-your-choice .myc-title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .choice-main .make-your-choice .myc-buttons {
    display: block;
  }
}

.choice-main .make-your-choice .myc-buttons .myc-btn-wrapper {
  flex-basis: 33.3333333333%;
}

@media only screen and (max-width: 800px) {
  .choice-main .make-your-choice .myc-buttons .myc-btn-wrapper {
    flex-basis: 50%;
  }
}

.choice-main .make-your-choice .myc-buttons .myc-btn-wrapper .myc-button-box .btn {
  display: block;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .choice-main .make-your-choice .myc-buttons .myc-btn-wrapper .myc-button-box .btn {
    padding-top: 26px;
    padding-bottom: 30px;
  }
}

body.page-template-choice .site-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  background-color: #001935;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.page-template-choice .site-wrapper {
    height: 100vh;
  }
}

body.page-template-choice .site-wrapper .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

body.page-template-choice.admin-bar .site-wrapper {
  min-height: calc(100vh - 32px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.page-template-choice.admin-bar .site-wrapper {
    height: calc(100vh - 32px);
  }
}

@media only screen and (max-width: 782px) {
  body.page-template-choice.admin-bar .site-wrapper {
    min-height: calc(100vh - 46px);
  }
}

@media only screen and (max-width: 782px) and (-ms-high-contrast: active) {
  body.page-template-choice.admin-bar .site-wrapper {
    height: calc(100vh - 46px);
  }
}

.portal-main .client-portal-section {
  overflow: hidden;
}

.portal-main .client-portal-section .cp-row {
  position: relative;
}

.portal-main .client-portal-section .cp-row:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  width: 500px;
  height: 350px;
  background-image: url("../../resources/images/m-logo.svg");
}

@media only screen and (max-width: 1024px) {
  .portal-main .client-portal-section .cp-row:before {
    zoom: 0.6;
  }
}

.portal-main .client-portal-section .cp-row .cp-box {
  padding: 70px 50px 0 50px;
  background-color: #fff;
}

@media only screen and (max-width: 800px) {
  .portal-main .client-portal-section .cp-row .cp-box {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .portal-main .client-portal-section .cp-row .cp-box {
    padding: 20px;
    margin-bottom: 15px;
  }
}

.portal-main .client-portal-section .cp-row .cp-box .cp-title-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .portal-main .client-portal-section .cp-row .cp-box .cp-title-box {
    display: block;
  }
}

.portal-main .client-portal-section .cp-row .cp-box .cp-title-box .cp-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  flex-basis: 100%;
}

.portal-main .client-portal-section .cp-row .cp-box .cp-title-box .cp-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #c2a67a;
  background-color: var(--mainColor);
}

.portal-main .client-portal-section .cp-row .cp-box .cp-title-box .cp-logo {
  display: block;
  height: 50px;
  width: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .portal-main .client-portal-section .cp-row .cp-box .cp-desc p,
  .portal-main .client-portal-section .cp-row .cp-box .cp-desc li,
  .portal-main .client-portal-section .cp-row .cp-box .cp-desc a {
    font-size: 16px;
  }
}

.portal-main .client-portal-section .cp-row .cp-box .cp-buttons {
  margin-top: 30px;
}

@media only screen and (max-width: 800px) {
  .portal-main .client-portal-section .cp-row .cp-box .cp-buttons {
    display: block;
  }
}

.portal-main .client-portal-section .cp-row .cp-box .cp-buttons .cp-btn-wrapper {
  flex-basis: 50%;
}

@media only screen and (max-width: 800px) {
  .portal-main .client-portal-section .cp-row .cp-box .cp-buttons .cp-btn-wrapper .cp-button-box {
    margin-bottom: 20px;
  }
}

.portal-main .client-portal-section .cp-row .cp-box .cp-buttons .cp-btn-wrapper .cp-button-box .btn {
  display: block;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 800px) {
  .portal-main .client-portal-section .cp-row .cp-box .cp-buttons .cp-btn-wrapper .cp-button-box .btn {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .portal-main .client-portal-section .cp-row .cp-box .cp-buttons .cp-btn-wrapper .cp-button-box .btn {
    font-size: 16px;
  }
}

.portal-main .client-portal-section .cp-row .cp-box .cp-buttons .cp-btn-wrapper .cp-button-box .btn.style-1 {
  border-color: #001935;
  background-color: #001935;
}

.portal-main .client-portal-section .cp-row .cp-box .cp-buttons .cp-btn-wrapper .cp-button-box .btn.style-1:hover,
.portal-main .client-portal-section .cp-row .cp-box .cp-buttons .cp-btn-wrapper .cp-button-box .btn.style-1:focus {
  background-color: #c2a67a;
  background-color: var(--mainColor);
  border-color: #c2a67a;
  border-color: var(--mainColor);
}

body.page-template-client-portal .site-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  background-color: #001935;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.page-template-client-portal .site-wrapper {
    height: 100vh;
  }
}

body.page-template-client-portal .site-wrapper .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body.page-template-client-portal .site-wrapper .header {
    position: static;
  }
}

body.page-template-client-portal.admin-bar .site-wrapper {
  min-height: calc(100vh - 32px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.page-template-client-portal.admin-bar .site-wrapper {
    height: calc(100vh - 32px);
  }
}

@media only screen and (max-width: 782px) {
  body.page-template-client-portal.admin-bar .site-wrapper {
    min-height: calc(100vh - 46px);
  }
}

@media only screen and (max-width: 782px) and (-ms-high-contrast: active) {
  body.page-template-client-portal.admin-bar .site-wrapper {
    height: calc(100vh - 46px);
  }
}