@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

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

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

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

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: 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%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

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

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.form-check-label {
    text-align: left;
    line-height: 0.8;
}
.form-group {
    margin-bottom: 1.0rem;
}body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 0.6rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #29695d !important;
}
.bg-success {
  background-color: #33363b !important;
}
.bg-info {
  background-color: #efefef !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #6e3b4b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #29695d !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #112b26 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #112b26 !important;
  border-color: #112b26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6e3b4b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #361d25 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #361d25 !important;
  border-color: #361d25 !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #29695d;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #112b26 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #29695d !important;
  border-color: #29695d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #010101;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #6e3b4b;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #361d25 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6e3b4b !important;
  border-color: #6e3b4b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #29695d !important;
}
.text-secondary {
  color: #010101 !important;
}
.text-success {
  color: #33363b !important;
}
.text-info {
  color: #efefef !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #6e3b4b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c201c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #040404 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bcbcbc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2c171e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #29695d;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #efefef;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #6e3b4b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #29695d;
  border-color: #29695d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #29695d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #55bda9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a4a8b0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b47488;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #29695d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #29695d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #29695d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #29695d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #29695d;
  border-bottom-color: #29695d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #29695d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #010101 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2329695d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #29695d !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #29695d !important;
  border-color: #29695d !important;
}
.cid-uLrO8oAOUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #29695d;
  background-image: linear-gradient(135deg, #021d32 10%, #29695d 80%, #e5eae8 130%);
}
.cid-uLrO8oAOUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLrO8oAOUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLrO8oAOUK .row {
  justify-content: center;
}
.cid-uLrO8oAOUK .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uLrO8oAOUK .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 70%;
  border-radius: 0px;
  padding-bottom: 1rem;
}
.cid-uLrO8oAOUK .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uLrO8oAOUK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLrO8oAOUK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLrO8oAOUK .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uLrO8oAOUK .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uLrO8oAOUK .mbr-section-title {
  color: #ffffff;
}
.cid-uLrO8oAOUK .mbr-text,
.cid-uLrO8oAOUK .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLrO8oAOUK .mbr-section-title,
.cid-uLrO8oAOUK .mbr-section-btn,
.cid-uLrO8oAOUK .logo-wrapper {
  text-align: center;
}
.cid-tDSuuE1U0r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDSuuE1U0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSuuE1U0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSuuE1U0r .container,
.cid-tDSuuE1U0r .container-fluid {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDSuuE1U0r .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDSuuE1U0r .col-text {
    max-width: 1024px;
  }
}
.cid-tDSuuE1U0r .mbr-section-title {
  color: #232323;
}
.cid-tDSuuE1U0r .mbr-section-subtitle {
  margin-top: 8px;
  color: #29695d;
}
.cid-tDSuuE1U0r .mbr-text {
  margin-top: 24px;
  color: #24262b;
}
.cid-tDSuuE1U0r .cards {
  margin-top: 1rem;
  row-gap: 12px;
}
.cid-tDSuuE1U0r .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tDSuuE1U0r .card:not(:first-child) {
    border-left: 3px solid #ffffff;
  }
}
.cid-tDSuuE1U0r .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tDSuuE1U0r .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #3b9990;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.cid-tDSuuE1U0r .card-title {
  color: #000000;
}
.cid-uLt3yqG33I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29695d;
  background-image: linear-gradient(135deg, #021d32 10%, #29695d 80%, #ffffff 130%);
}
.cid-uLt3yqG33I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLt3yqG33I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLt3yqG33I .row {
  justify-content: center;
}
.cid-uLt3yqG33I .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uLt3yqG33I .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.cid-uLt3yqG33I .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uLt3yqG33I .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLt3yqG33I .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLt3yqG33I .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uLt3yqG33I .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uLt3yqG33I .mbr-section-title {
  color: #ffffff;
}
.cid-uLt3yqG33I .mbr-text,
.cid-uLt3yqG33I .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLt3yqG33I .mbr-section-title,
.cid-uLt3yqG33I .mbr-section-btn,
.cid-uLt3yqG33I .logo-wrapper {
  text-align: center;
}
.cid-uFKign9Vzj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFKign9Vzj .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uFKign9Vzj .mbr-section-title {
  color: #29695d;
}
.cid-uFKign9Vzj .mbr-section-subtitle {
  color: #000000;
}
.cid-uFKign9Vzj .items-row {
  row-gap: 32px;
}
.cid-uFKign9Vzj .item {
  cursor: pointer;
}
.cid-uFKign9Vzj .item:focus,
.cid-uFKign9Vzj span:focus {
  outline: none;
}
.cid-uFKign9Vzj .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 5px;
}
.cid-uFKign9Vzj .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uFKign9Vzj img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
  border-radius: 5px;
}
.cid-uFKign9Vzj .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #3b9990;
}
.cid-uFKign9Vzj .item-title {
  color: #24262b;
}
.cid-uFKign9Vzj .mbr-text {
  margin-top: 10px;
  color: #24262b;
  line-height: 1.25;
}
.cid-uFKign9Vzj .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uFKign9Vzj .mbr-text,
.cid-uFKign9Vzj .mbr-section-btn {
  color: #ffffff;
}
.cid-uFKvWmjhks {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #021d32;
}
.cid-uFKvWmjhks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFKvWmjhks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFKvWmjhks .mbr-section-title {
  color: #ffffff;
}
.cid-uFKvWmjhks .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFKvWmjhks .mbr-section-btn {
  margin-top: 16px;
}
.cid-tDSvbPDOMx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #021d32;
}
.cid-tDSvbPDOMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSvbPDOMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSvbPDOMx .cards-row {
  row-gap: 32px;
}
.cid-tDSvbPDOMx .card {
  border-radius: 0;
}
.cid-tDSvbPDOMx .card-wrapper {
  width: 100%;
}
.cid-tDSvbPDOMx .card-title {
  margin-bottom: 8px;
  color: #ffffff;
}
.cid-tDSvbPDOMx .card-subtitle {
  max-width: 550px;
  color: #efefef;
}
.cid-tDSvbPDOMx .card-bottom-wrap {
  margin-top: 24px;
}
.cid-tDSvbPDOMx .card-name {
  color: #FFFFFF;
}
.cid-tDSvbPDOMx .card-text {
  color: #c1c1c1;
}
.cid-uLyN9Xo1WZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #e1e8e8;
}
.cid-uLyN9Xo1WZ .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #eceeed 0, #eceeed 43%, #29695d 100%);
}
.cid-uLyN9Xo1WZ .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #eceeed 0, #eceeed 43%, #29695d 100%);
}
.cid-uLyN9Xo1WZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLyN9Xo1WZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLyN9Xo1WZ .container {
    padding: 0 30px;
  }
}
.cid-uLyN9Xo1WZ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uLyN9Xo1WZ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLyN9Xo1WZ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLyN9Xo1WZ .text-wrapper {
  border-left: 3px solid #29695d;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uLyN9Xo1WZ .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uLyN9Xo1WZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLyN9Xo1WZ .mbr-section-title {
  color: #000000;
}
.cid-uLyN9Xo1WZ .mbr-text {
  color: #29695d;
}
.cid-uLyN9Xo1WZ ul {
  line-height: 1.3;
  padding-top: 1rem;
}
.cid-uLyN9Xo1WZ li {
  padding-bottom: 0.5rem;
}
.cid-uLs8v77XTS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLs8v77XTS .mbr-iconfont {
  font-size: 2.0rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uLs8v77XTS .panel-group {
  border: none;
}
.cid-uLs8v77XTS .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uLs8v77XTS .card-header {
    padding: 0rem;
  }
}
.cid-uLs8v77XTS .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uLs8v77XTS .panel-body {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uLs8v77XTS .panel-body {
    text-align: left;
  }
}
.cid-uLs8v77XTS .img-col {
  padding: 0;
}
.cid-uLs8v77XTS .img-item {
  height: 100%;
}
.cid-uLs8v77XTS img {
  height: 100%;
  object-fit: cover;
}
.cid-uLs8v77XTS .collapsed span {
  transform: rotate(0deg);
}
.cid-uLs8v77XTS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLs8v77XTS p {
  margin-bottom: 0.3rem;
}
.cid-uLs8v77XTS .panel-title-edit {
  color: #ec691f;
}
.cid-uLs8v77XTS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uLs8v77XTS .card {
  background: #e1e8e8;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uLs8v77XTS .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLs8v77XTS .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uLs8v77XTS .panel-text {
  color: #000000;
}
.cid-uLs8v77XTS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLs8v77XTS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLs8v77XTS .panel-title-edit,
.cid-uLs8v77XTS .mbr-iconfont {
  color: #000000;
}
.cid-uLs8v77XTS .kalkulator {
  color: #ec691f;
}
.cid-uLs8v77XTS .podpis {
  padding-right: 30%;
}
.cid-uLs8v77XTS ul {
  margin-bottom: 5px;
}
.cid-uLs8v77XTS .ad-uwagi {
  line-height: 1.1;
}
.cid-uLs8v77XTS .item-title,
.cid-uLs8v77XTS .icon-wrapper {
  color: #000000;
}
.cid-uLs8v77XTS .card-1 {
  background: #fff;
}
.cid-uLs8v77XTS input {
  background: #e1e8e8;
}
.cid-uLs8v77XTS .form-check-input:checked {
  background-color: #2a695d;
  border-color: #e1e8e8;
}
.cid-uJpJYwyaH6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJpJYwyaH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpJYwyaH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpJYwyaH6 .row {
  justify-content: center;
}
.cid-uJpJYwyaH6 .card {
  justify-content: center;
}
.cid-uJpJYwyaH6 .mbr-copy {
  margin-bottom: 0;
  color: #c1c1c1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJpJYwyaH6 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJpJYwyaH6 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJpJYwyaH6 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uJpJYwyaH6 .nav-wrapper .list .item-wrap:hover,
.cid-uJpJYwyaH6 .nav-wrapper .list .item-wrap:focus {
  color: #ffc300;
}
.cid-uJpJYwyaH6 .list,
.cid-uJpJYwyaH6 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJpJYwyaH6 .list,
.cid-uJpJYwyaH6 .item-wrap,
.cid-uJpJYwyaH6 .nav-wrapper {
  color: #c1c1c1;
}
.cid-uFKkuGDPui {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFKkuGDPui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFKkuGDPui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFKkuGDPui .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFKkuGDPui .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFKkuGDPui .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #e1e8e8;
  border: 1px solid #ffffff;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFKkuGDPui .panel-group .card {
    padding: 16px;
  }
}
.cid-uFKkuGDPui .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFKkuGDPui .panel-group .card:hover,
.cid-uFKkuGDPui .panel-group .card:focus {
  border: 1px solid #ffffff;
}
.cid-uFKkuGDPui .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFKkuGDPui .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFKkuGDPui .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFKkuGDPui .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uFKkuGDPui .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFKkuGDPui .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFKkuGDPui .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uFKkuGDPui .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uFKkuGDPui .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFKkuGDPui .mbr-section-title {
  color: #ffffff;
}
.cid-uFKkuGDPui .panel-title-edit {
  color: #000000;
}
.cid-uFKkuGDPui .panel-text {
  color: #010101;
}
.cid-uFKkuGDPui .mbr-section-title,
.cid-uFKkuGDPui .mbr-section-btn {
  color: #010101;
}
.cid-uJpJYwyaH6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJpJYwyaH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpJYwyaH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpJYwyaH6 .row {
  justify-content: center;
}
.cid-uJpJYwyaH6 .card {
  justify-content: center;
}
.cid-uJpJYwyaH6 .mbr-copy {
  margin-bottom: 0;
  color: #c1c1c1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJpJYwyaH6 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJpJYwyaH6 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJpJYwyaH6 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uJpJYwyaH6 .nav-wrapper .list .item-wrap:hover,
.cid-uJpJYwyaH6 .nav-wrapper .list .item-wrap:focus {
  color: #ffc300;
}
.cid-uJpJYwyaH6 .list,
.cid-uJpJYwyaH6 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJpJYwyaH6 .list,
.cid-uJpJYwyaH6 .item-wrap,
.cid-uJpJYwyaH6 .nav-wrapper {
  color: #c1c1c1;
}
.cid-uJpJrez2wb {
  background-image: url("../../../assets/images/opti-top-2.webp");
}
.cid-uJpJrez2wb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpJrez2wb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uJpJrez2wb .col-content {
    text-align: center;
  }
}
.cid-uJpJrez2wb .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uJpJrez2wb .mbr-section-title {
  color: #29695d;
}
.cid-uJpJrez2wb .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uJpJrez2wb .mbr-section-btn {
  margin-top: 22px;
}
.cid-uJpJrez2wb .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
@media (max-width: 767px) {
  .cid-uJpJrez2wb .text-item {
    text-align: center;
  }
}
.cid-uJpJrez2wb .mbr-text {
  color: #24262b;
}
.cid-uJpJrez2wb .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uJpJYwyaH6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJpJYwyaH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpJYwyaH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpJYwyaH6 .row {
  justify-content: center;
}
.cid-uJpJYwyaH6 .card {
  justify-content: center;
}
.cid-uJpJYwyaH6 .mbr-copy {
  margin-bottom: 0;
  color: #c1c1c1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJpJYwyaH6 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJpJYwyaH6 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJpJYwyaH6 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uJpJYwyaH6 .nav-wrapper .list .item-wrap:hover,
.cid-uJpJYwyaH6 .nav-wrapper .list .item-wrap:focus {
  color: #ffc300;
}
.cid-uJpJYwyaH6 .list,
.cid-uJpJYwyaH6 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJpJYwyaH6 .list,
.cid-uJpJYwyaH6 .item-wrap,
.cid-uJpJYwyaH6 .nav-wrapper {
  color: #c1c1c1;
}
.cid-uJpEXTb7xz {
  background-image: url("../../../assets/images/opti-top-2.webp");
}
.cid-uJpEXTb7xz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpEXTb7xz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uJpEXTb7xz .col-content {
    text-align: center;
  }
}
.cid-uJpEXTb7xz .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uJpEXTb7xz .mbr-section-title {
  color: #29695d;
}
.cid-uJpEXTb7xz .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uJpEXTb7xz .mbr-section-btn {
  margin-top: 22px;
}
.cid-uJpEXTb7xz .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-uJpEXTb7xz .text-item {
  border-top: 2px solid #3b9990;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uJpEXTb7xz .text-item {
    text-align: center;
  }
}
.cid-uJpEXTb7xz .mbr-text {
  color: #24262b;
}
.cid-uJpEXTb7xz .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uJpEXTb7xz SPAN {
  text-align: left;
}
.cid-uJpEXTb7xz .form-check-input:checked {
  background-color: #3d9990;
  border-color: #3d9990;
}
.cid-uJpJYwyaH6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJpJYwyaH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpJYwyaH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpJYwyaH6 .row {
  justify-content: center;
}
.cid-uJpJYwyaH6 .card {
  justify-content: center;
}
.cid-uJpJYwyaH6 .mbr-copy {
  margin-bottom: 0;
  color: #c1c1c1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJpJYwyaH6 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJpJYwyaH6 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJpJYwyaH6 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uJpJYwyaH6 .nav-wrapper .list .item-wrap:hover,
.cid-uJpJYwyaH6 .nav-wrapper .list .item-wrap:focus {
  color: #ffc300;
}
.cid-uJpJYwyaH6 .list,
.cid-uJpJYwyaH6 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJpJYwyaH6 .list,
.cid-uJpJYwyaH6 .item-wrap,
.cid-uJpJYwyaH6 .nav-wrapper {
  color: #c1c1c1;
}
.cid-uJpKLWzV0P {
  background-image: url("../../../assets/images/opti-top-2.webp");
}
.cid-uJpKLWzV0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpKLWzV0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uJpKLWzV0P .col-content {
    text-align: center;
  }
}
.cid-uJpKLWzV0P .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uJpKLWzV0P .mbr-section-title {
  color: #29695d;
}
.cid-uJpKLWzV0P .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uJpKLWzV0P .mbr-section-btn {
  margin-top: 22px;
}
.cid-uJpKLWzV0P .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-uJpKLWzV0P .text-item {
  border-top: 2px solid #3b9990;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uJpKLWzV0P .text-item {
    text-align: center;
  }
}
.cid-uJpKLWzV0P .mbr-text {
  color: #29695d;
}
.cid-uJpKLWzV0P .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uJpKLXeMCV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJpKLXeMCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpKLXeMCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpKLXeMCV .row {
  justify-content: center;
}
.cid-uJpKLXeMCV .card {
  justify-content: center;
}
.cid-uJpKLXeMCV .mbr-copy {
  margin-bottom: 0;
  color: #c1c1c1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJpKLXeMCV .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJpKLXeMCV .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJpKLXeMCV .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uJpKLXeMCV .nav-wrapper .list .item-wrap:hover,
.cid-uJpKLXeMCV .nav-wrapper .list .item-wrap:focus {
  color: #ffc300;
}
.cid-uJpKLXeMCV .list,
.cid-uJpKLXeMCV .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJpKLXeMCV .list,
.cid-uJpKLXeMCV .item-wrap,
.cid-uJpKLXeMCV .nav-wrapper {
  color: #c1c1c1;
}
